Html Css Color HEX #B168CF Medium Orchid

📋 copy color: '#B168CF'

red 177 ◦ green 104 ◦ blue 207

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

Shades of Medium Orchid #B168CF

Tints of Medium Orchid #B168CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.31%

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

R = 36.27%
G = 21.31%
B = 42.42%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B168CF (or 0xB168CF) is known color: Medium Orchid. HEX triplet: B1, 68 and CF. RGB value is (177,104,207). Sum of RGB (Red+Green+Blue) = 177+104+207=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B168CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168CF is #4E9730. Grayscale: #898989. Windows color (decimal): -5150513 or 13592753. OLE color: 13592753.

HSL color Cylindrical-coordinate representation of color #B168CF: hue angle of 282.52º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B168CF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 104 207 -
CMYK 0.14 0.50 0 0.19
HSL 282.52º 0.52% 0.61% -
HSV(B) 282.52º 0.5% 0.81% -
XYZ 34.34 23.75 61.81 -
YUV 137.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 177 104 207 0.14 0.50 0 0.19 282.52 0.52 0.61
Hex B1 68 CF E 32 0 13 11B 34 3D
Octal 261 150 317 16 62 0 23 433 64 75
Binary 10110001 1101000 11001111 1110 110010 0 10011 100011011 110100 111101

Color Harmonies of #B168CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168CF

Black with #B168CF

Text Example


Text Example

White with #B168CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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