Html Css Color HEX #B867DA Medium Orchid

📋 copy color: '#B867DA'

red 184 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #B867DA

Tints of Medium Orchid #B867DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.4%

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

R = 36.44%
G = 20.4%
B = 43.17%

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

#B867DA (or 0xB867DA) is known color: Medium Orchid. HEX triplet: B8, 67 and DA. RGB value is (184,103,218). Sum of RGB (Red+Green+Blue) = 184+103+218=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #B867DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867DA is #479825. Grayscale: #8B8B8B. Windows color (decimal): -4692006 or 14313400. OLE color: 14313400.

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

Color convert

RGB 184 103 218 -
CMYK 0.16 0.53 0 0.15
HSL 282.26º 0.61% 0.63% -
HSV(B) 282.26º 0.53% 0.85% -
XYZ 37.27 24.95 69.18 -
YUV 140.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 184 103 218 0.16 0.53 0 0.15 282.26 0.61 0.63
Hex B8 67 DA 10 35 0 F 11A 3D 3F
Octal 270 147 332 20 65 0 17 432 75 77
Binary 10111000 1100111 11011010 10000 110101 0 1111 100011010 111101 111111

Color Harmonies of #B867DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B867DA

Black with #B867DA

Text Example


Text Example

White with #B867DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B867DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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