Html Css Color HEX #B873CA Medium Orchid

📋 copy color: '#B873CA'

red 184 ◦ green 115 ◦ blue 202

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

Shades of Medium Orchid #B873CA

Tints of Medium Orchid #B873CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.95%

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

R = 36.73%
G = 22.95%
B = 40.32%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B873CA (or 0xB873CA) is known color: Medium Orchid. HEX triplet: B8, 73 and CA. RGB value is (184,115,202). Sum of RGB (Red+Green+Blue) = 184+115+202=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #B873CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873CA is #478C35. Grayscale: #919191. Windows color (decimal): -4688950 or 13267896. OLE color: 13267896.

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

Color convert

RGB 184 115 202 -
CMYK 0.09 0.43 0 0.21
HSL 287.59º 0.45% 0.62% -
HSV(B) 287.59º 0.43% 0.79% -
XYZ 36.56 26.72 59.11 -
YUV 145.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 184 115 202 0.09 0.43 0 0.21 287.59 0.45 0.62
Hex B8 73 CA 9 2B 0 15 120 2D 3E
Octal 270 163 312 11 53 0 25 440 55 76
Binary 10111000 1110011 11001010 1001 101011 0 10101 100100000 101101 111110

Color Harmonies of #B873CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873CA

Black with #B873CA

Text Example


Text Example

White with #B873CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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