Html Css Color HEX #B866DA Medium Orchid

📋 copy color: '#B866DA'

red 184 ◦ green 102 ◦ blue 218

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

Shades of Medium Orchid #B866DA

Tints of Medium Orchid #B866DA

RGB

 RED value IS 184 (72.27% from 255) = 36.51%

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

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

R = 36.51%
G = 20.24%
B = 43.25%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B866DA (or 0xB866DA) is known color: Medium Orchid. HEX triplet: B8, 66 and DA. RGB value is (184,102,218). Sum of RGB (Red+Green+Blue) = 184+102+218=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #B866DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866DA is #479925. Grayscale: #8B8B8B. Windows color (decimal): -4692262 or 14313144. OLE color: 14313144.

HSL color Cylindrical-coordinate representation of color #B866DA: hue angle of 282.41º 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 #B866DA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 102 218 -
CMYK 0.16 0.53 0 0.15
HSL 282.41º 0.61% 0.63% -
HSV(B) 282.41º 0.53% 0.85% -
XYZ 37.17 24.76 69.15 -
YUV 139.74 172.17 159.57 -
System Red Green Blue C M Y K H S L
Decimal 184 102 218 0.16 0.53 0 0.15 282.41 0.61 0.63
Hex B8 66 DA 10 35 0 F 11A 3D 3F
Octal 270 146 332 20 65 0 17 432 75 77
Binary 10111000 1100110 11011010 10000 110101 0 1111 100011010 111101 111111

Color Harmonies of #B866DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866DA

Black with #B866DA

Text Example


Text Example

White with #B866DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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