Html Css Color HEX #B860CA Medium Orchid

📋 copy color: '#B860CA'

red 184 ◦ green 96 ◦ blue 202

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

Shades of Medium Orchid #B860CA

Tints of Medium Orchid #B860CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.92%

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

R = 38.17%
G = 19.92%
B = 41.91%

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

#B860CA (or 0xB860CA) is known color: Medium Orchid. HEX triplet: B8, 60 and CA. RGB value is (184,96,202). Sum of RGB (Red+Green+Blue) = 184+96+202=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #B860CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860CA is #479F35. Grayscale: #868686. Windows color (decimal): -4693814 or 13263032. OLE color: 13263032.

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

Color convert

RGB 184 96 202 -
CMYK 0.09 0.52 0 0.21
HSL 289.81º 0.5% 0.58% -
HSV(B) 289.81º 0.52% 0.79% -
XYZ 34.61 22.82 58.46 -
YUV 134.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 184 96 202 0.09 0.52 0 0.21 289.81 0.5 0.58
Hex B8 60 CA 9 34 0 15 122 32 3A
Octal 270 140 312 11 64 0 25 442 62 72
Binary 10111000 1100000 11001010 1001 110100 0 10101 100100010 110010 111010

Color Harmonies of #B860CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B860CA

Black with #B860CA

Text Example


Text Example

White with #B860CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B860CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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