Html Css Color HEX #B066DA Medium Orchid

📋 copy color: '#B066DA'

red 176 ◦ green 102 ◦ blue 218

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

Shades of Medium Orchid #B066DA

Tints of Medium Orchid #B066DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 35.48%
G = 20.56%
B = 43.95%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B066DA (or 0xB066DA) is known color: Medium Orchid. HEX triplet: B0, 66 and DA. RGB value is (176,102,218). Sum of RGB (Red+Green+Blue) = 176+102+218=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #B066DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066DA is #4F9925. Grayscale: #888888. Windows color (decimal): -5216550 or 14313136. OLE color: 14313136.

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

Color convert

RGB 176 102 218 -
CMYK 0.19 0.53 0 0.15
HSL 278.28º 0.61% 0.63% -
HSV(B) 278.28º 0.53% 0.85% -
XYZ 35.31 23.79 69.06 -
YUV 137.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 176 102 218 0.19 0.53 0 0.15 278.28 0.61 0.63
Hex B0 66 DA 13 35 0 F 116 3D 3F
Octal 260 146 332 23 65 0 17 426 75 77
Binary 10110000 1100110 11011010 10011 110101 0 1111 100010110 111101 111111

Color Harmonies of #B066DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066DA

Black with #B066DA

Text Example


Text Example

White with #B066DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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