Html Css Color HEX #B861CA Medium Orchid

📋 copy color: '#B861CA'

red 184 ◦ green 97 ◦ blue 202

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

Shades of Medium Orchid #B861CA

Tints of Medium Orchid #B861CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 38.1%
G = 20.08%
B = 41.82%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B861CA (or 0xB861CA) is known color: Medium Orchid. HEX triplet: B8, 61 and CA. RGB value is (184,97,202). Sum of RGB (Red+Green+Blue) = 184+97+202=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #B861CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861CA is #479E35. Grayscale: #868686. Windows color (decimal): -4693558 or 13263288. OLE color: 13263288.

HSL color Cylindrical-coordinate representation of color #B861CA: hue angle of 289.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B861CA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 97 202 -
CMYK 0.09 0.52 0 0.21
HSL 289.71º 0.5% 0.59% -
HSV(B) 289.71º 0.52% 0.79% -
XYZ 34.7 23 58.49 -
YUV 134.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 184 97 202 0.09 0.52 0 0.21 289.71 0.5 0.59
Hex B8 61 CA 9 34 0 15 122 32 3B
Octal 270 141 312 11 64 0 25 442 62 73
Binary 10111000 1100001 11001010 1001 110100 0 10101 100100010 110010 111011

Color Harmonies of #B861CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B861CA

Black with #B861CA

Text Example


Text Example

White with #B861CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B861CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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