Html Css Color HEX #B875CA Medium Orchid

📋 copy color: '#B875CA'

red 184 ◦ green 117 ◦ blue 202

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

Shades of Medium Orchid #B875CA

Tints of Medium Orchid #B875CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.26%

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

R = 36.58%
G = 23.26%
B = 40.16%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B875CA (or 0xB875CA) is known color: Medium Orchid. HEX triplet: B8, 75 and CA. RGB value is (184,117,202). Sum of RGB (Red+Green+Blue) = 184+117+202=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #B875CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875CA is #478A35. Grayscale: #929292. Windows color (decimal): -4688438 or 13268408. OLE color: 13268408.

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

Color convert

RGB 184 117 202 -
CMYK 0.09 0.42 0 0.21
HSL 287.29º 0.45% 0.63% -
HSV(B) 287.29º 0.42% 0.79% -
XYZ 36.79 27.18 59.18 -
YUV 146.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 184 117 202 0.09 0.42 0 0.21 287.29 0.45 0.63
Hex B8 75 CA 9 2A 0 15 11F 2D 3F
Octal 270 165 312 11 52 0 25 437 55 77
Binary 10111000 1110101 11001010 1001 101010 0 10101 100011111 101101 111111

Color Harmonies of #B875CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875CA

Black with #B875CA

Text Example


Text Example

White with #B875CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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