Html Css Color HEX #B874E7 Medium Orchid

📋 copy color: '#B874E7'

red 184 ◦ green 116 ◦ blue 231

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

Shades of Medium Orchid #B874E7

Tints of Medium Orchid #B874E7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.85%

 BLUE value IS 231 (90.63% from 255) = 43.5%

R = 34.65%
G = 21.85%
B = 43.5%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B874E7 (or 0xB874E7) is known color: Medium Orchid. HEX triplet: B8, 74 and E7. RGB value is (184,116,231). Sum of RGB (Red+Green+Blue) = 184+116+231=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #B874E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B874E7 is #478B18. Grayscale: #959595. Windows color (decimal): -4688665 or 15168696. OLE color: 15168696.

HSL color Cylindrical-coordinate representation of color #B874E7: hue angle of 275.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B874E7 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 116 231 -
CMYK 0.20 0.50 0 0.09
HSL 275.48º 0.71% 0.68% -
HSV(B) 275.48º 0.5% 0.91% -
XYZ 40.44 28.45 78.96 -
YUV 149.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 184 116 231 0.20 0.50 0 0.09 275.48 0.71 0.68
Hex B8 74 E7 14 32 0 9 113 47 44
Octal 270 164 347 24 62 0 11 423 107 104
Binary 10111000 1110100 11100111 10100 110010 0 1001 100010011 1000111 1000100

Color Harmonies of #B874E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874E7

Black with #B874E7

Text Example


Text Example

White with #B874E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874E7; }

 p { color: rgb(184,116,231); }

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

background-color css

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

 a { background-color: rgb(184,116,231); }

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

border-color css

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

 span { border-color: rgb(184,116,231); }

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