Html Css Color HEX #B145CF Medium Orchid

📋 copy color: '#B145CF'

red 177 ◦ green 69 ◦ blue 207

#B145CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B145CF

Tints of Medium Orchid #B145CF

RGB

 RED value IS 177 (69.53% from 255) = 39.07%

 GREEN value IS 69 (27.34% from 255) = 15.23%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 39.07%
G = 15.23%
B = 45.7%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B145CF (or 0xB145CF) is known color: Medium Orchid. HEX triplet: B1, 45 and CF. RGB value is (177,69,207). Sum of RGB (Red+Green+Blue) = 177+69+207=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #B145CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145CF is #4EBA30. Grayscale: #747474. Windows color (decimal): -5159473 or 13583793. OLE color: 13583793.

HSL color Cylindrical-coordinate representation of color #B145CF: hue angle of 286.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B145CF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 69 207 -
CMYK 0.14 0.67 0 0.19
HSL 286.96º 0.59% 0.54% -
HSV(B) 286.96º 0.67% 0.81% -
XYZ 31.52 18.11 60.87 -
YUV 117.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 177 69 207 0.14 0.67 0 0.19 286.96 0.59 0.54
Hex B1 45 CF E 43 0 13 11F 3B 36
Octal 261 105 317 16 103 0 23 437 73 66
Binary 10110001 1000101 11001111 1110 1000011 0 10011 100011111 111011 110110

Color Harmonies of #B145CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145CF

Black with #B145CF

Text Example


Text Example

White with #B145CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145CF; }

 p { color: rgb(177,69,207); }

 H1.HeaderClassName
 {
   color: #B145CF;
 }
 .AnyTagClassName
 {
   color: #B145CF;
 }
</style>

background-color css

<style>
 a { background-color: #B145CF; }

 a { background-color: rgb(177,69,207); }

 div.DivClassName
 {
   background-color: #B145CF;
 }
 .BgClassName
 {
   background-color: #B145CF;
 }
</style>

border-color css

<style>
 span { border-color: #B145CF; }

 span { border-color: rgb(177,69,207); }

 td.TdClassName
 {
   border-color: #B145CF;
 }
 .TagClassName
 {
   border-color: #B145CF;
 }
</style>