Html Css Color HEX #B870CA Medium Orchid

📋 copy color: '#B870CA'

red 184 ◦ green 112 ◦ blue 202

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

Shades of Medium Orchid #B870CA

Tints of Medium Orchid #B870CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.49%

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

R = 36.95%
G = 22.49%
B = 40.56%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B870CA (or 0xB870CA) is known color: Medium Orchid. HEX triplet: B8, 70 and CA. RGB value is (184,112,202). Sum of RGB (Red+Green+Blue) = 184+112+202=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #B870CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870CA is #478F35. Grayscale: #8F8F8F. Windows color (decimal): -4689718 or 13267128. OLE color: 13267128.

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

Color convert

RGB 184 112 202 -
CMYK 0.09 0.45 0 0.21
HSL 288º 0.46% 0.62% -
HSV(B) 288º 0.45% 0.79% -
XYZ 36.22 26.04 58.99 -
YUV 143.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 184 112 202 0.09 0.45 0 0.21 288 0.46 0.62
Hex B8 70 CA 9 2D 0 15 120 2E 3E
Octal 270 160 312 11 55 0 25 440 56 76
Binary 10111000 1110000 11001010 1001 101101 0 10101 100100000 101110 111110

Color Harmonies of #B870CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870CA

Black with #B870CA

Text Example


Text Example

White with #B870CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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