Html Css Color HEX #B873EA Medium Orchid

📋 copy color: '#B873EA'

red 184 ◦ green 115 ◦ blue 234

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

Shades of Medium Orchid #B873EA

Tints of Medium Orchid #B873EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.9%

R = 34.52%
G = 21.58%
B = 43.9%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B873EA (or 0xB873EA) is known color: Medium Orchid. HEX triplet: B8, 73 and EA. RGB value is (184,115,234). Sum of RGB (Red+Green+Blue) = 184+115+234=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #B873EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B873EA is #478C15. Grayscale: #949494. Windows color (decimal): -4688918 or 15365048. OLE color: 15365048.

HSL color Cylindrical-coordinate representation of color #B873EA: hue angle of 274.79º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B873EA is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 115 234 -
CMYK 0.21 0.51 0 0.08
HSL 274.79º 0.74% 0.68% -
HSV(B) 274.79º 0.51% 0.92% -
XYZ 40.75 28.39 81.17 -
YUV 149.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 184 115 234 0.21 0.51 0 0.08 274.79 0.74 0.68
Hex B8 73 EA 15 33 0 8 113 4A 44
Octal 270 163 352 25 63 0 10 423 112 104
Binary 10111000 1110011 11101010 10101 110011 0 1000 100010011 1001010 1000100

Color Harmonies of #B873EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873EA

Black with #B873EA

Text Example


Text Example

White with #B873EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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