Html Css Color HEX #B861D6 Medium Orchid

📋 copy color: '#B861D6'

red 184 ◦ green 97 ◦ blue 214

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

Shades of Medium Orchid #B861D6

Tints of Medium Orchid #B861D6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.6%

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 37.17%
G = 19.6%
B = 43.23%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B861D6 (or 0xB861D6) is known color: Medium Orchid. HEX triplet: B8, 61 and D6. RGB value is (184,97,214). Sum of RGB (Red+Green+Blue) = 184+97+214=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #B861D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861D6 is #479E29. Grayscale: #878787. Windows color (decimal): -4693546 or 14049720. OLE color: 14049720.

HSL color Cylindrical-coordinate representation of color #B861D6: hue angle of 284.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B861D6 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 97 214 -
CMYK 0.14 0.55 0 0.16
HSL 284.62º 0.59% 0.61% -
HSV(B) 284.62º 0.55% 0.84% -
XYZ 36.18 23.59 66.27 -
YUV 136.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 184 97 214 0.14 0.55 0 0.16 284.62 0.59 0.61
Hex B8 61 D6 E 37 0 10 11D 3B 3D
Octal 270 141 326 16 67 0 20 435 73 75
Binary 10111000 1100001 11010110 1110 110111 0 10000 100011101 111011 111101

Color Harmonies of #B861D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B861D6

Black with #B861D6

Text Example


Text Example

White with #B861D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B861D6; }

 p { color: rgb(184,97,214); }

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

background-color css

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

 a { background-color: rgb(184,97,214); }

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

border-color css

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

 span { border-color: rgb(184,97,214); }

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