Html Css Color HEX #B066CF Medium Orchid

📋 copy color: '#B066CF'

red 176 ◦ green 102 ◦ blue 207

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

Shades of Medium Orchid #B066CF

Tints of Medium Orchid #B066CF

RGB

 RED value IS 176 (69.14% from 255) = 36.29%

 GREEN value IS 102 (40.23% from 255) = 21.03%

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

R = 36.29%
G = 21.03%
B = 42.68%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B066CF (or 0xB066CF) is known color: Medium Orchid. HEX triplet: B0, 66 and CF. RGB value is (176,102,207). Sum of RGB (Red+Green+Blue) = 176+102+207=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #B066CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066CF is #4F9930. Grayscale: #878787. Windows color (decimal): -5216561 or 13592240. OLE color: 13592240.

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

Color convert

RGB 176 102 207 -
CMYK 0.15 0.51 0 0.19
HSL 282.29º 0.52% 0.61% -
HSV(B) 282.29º 0.51% 0.81% -
XYZ 33.92 23.24 61.73 -
YUV 136.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 176 102 207 0.15 0.51 0 0.19 282.29 0.52 0.61
Hex B0 66 CF F 33 0 13 11A 34 3D
Octal 260 146 317 17 63 0 23 432 64 75
Binary 10110000 1100110 11001111 1111 110011 0 10011 100011010 110100 111101

Color Harmonies of #B066CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066CF

Black with #B066CF

Text Example


Text Example

White with #B066CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066CF; }

 p { color: rgb(176,102,207); }

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

background-color css

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

 a { background-color: rgb(176,102,207); }

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

border-color css

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

 span { border-color: rgb(176,102,207); }

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