Html Css Color HEX #B870EB Medium Orchid

📋 copy color: '#B870EB'

red 184 ◦ green 112 ◦ blue 235

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

Shades of Medium Orchid #B870EB

Tints of Medium Orchid #B870EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.09%

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 34.65%
G = 21.09%
B = 44.26%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B870EB (or 0xB870EB) is known color: Medium Orchid. HEX triplet: B8, 70 and EB. RGB value is (184,112,235). Sum of RGB (Red+Green+Blue) = 184+112+235=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #B870EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B870EB is #478F14. Grayscale: #939393. Windows color (decimal): -4689685 or 15429816. OLE color: 15429816.

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

Color convert

RGB 184 112 235 -
CMYK 0.22 0.52 0 0.08
HSL 275.12º 0.75% 0.68% -
HSV(B) 275.12º 0.52% 0.92% -
XYZ 40.56 27.78 81.82 -
YUV 147.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 184 112 235 0.22 0.52 0 0.08 275.12 0.75 0.68
Hex B8 70 EB 16 34 0 8 113 4B 44
Octal 270 160 353 26 64 0 10 423 113 104
Binary 10111000 1110000 11101011 10110 110100 0 1000 100010011 1001011 1000100

Color Harmonies of #B870EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870EB

Black with #B870EB

Text Example


Text Example

White with #B870EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870EB; }

 p { color: rgb(184,112,235); }

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

background-color css

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

 a { background-color: rgb(184,112,235); }

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

border-color css

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

 span { border-color: rgb(184,112,235); }

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