Html Css Color HEX #B873E5 Medium Orchid

📋 copy color: '#B873E5'

red 184 ◦ green 115 ◦ blue 229

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

Shades of Medium Orchid #B873E5

Tints of Medium Orchid #B873E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.37%

R = 34.85%
G = 21.78%
B = 43.37%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B873E5 (or 0xB873E5) is known color: Medium Orchid. HEX triplet: B8, 73 and E5. RGB value is (184,115,229). Sum of RGB (Red+Green+Blue) = 184+115+229=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #B873E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873E5 is #478C1A. Grayscale: #949494. Windows color (decimal): -4688923 or 15037368. OLE color: 15037368.

HSL color Cylindrical-coordinate representation of color #B873E5: hue angle of 276.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B873E5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 115 229 -
CMYK 0.20 0.50 0 0.10
HSL 276.32º 0.69% 0.67% -
HSV(B) 276.32º 0.5% 0.9% -
XYZ 40.04 28.11 77.44 -
YUV 148.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 184 115 229 0.20 0.50 0 0.10 276.32 0.69 0.67
Hex B8 73 E5 14 32 0 A 114 45 43
Octal 270 163 345 24 62 0 12 424 105 103
Binary 10111000 1110011 11100101 10100 110010 0 1010 100010100 1000101 1000011

Color Harmonies of #B873E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873E5

Black with #B873E5

Text Example


Text Example

White with #B873E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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