Html Css Color HEX #870BEE Blue Violet

📋 copy color: '#870BEE'

red 135 ◦ green 11 ◦ blue 238

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

Shades of Blue Violet #870BEE

Tints of Blue Violet #870BEE

RGB

 RED value IS 135 (53.13% from 255) = 35.16%

 GREEN value IS 11 (4.69% from 255) = 2.86%

 BLUE value IS 238 (93.36% from 255) = 61.98%

R = 35.16%
G = 2.86%
B = 61.98%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#870BEE (or 0x870BEE) is known color: Blue Violet. HEX triplet: 87, 0B and EE. RGB value is (135,11,238). Sum of RGB (Red+Green+Blue) = 135+11+238=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #870BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870BEE is #78F411. Grayscale: #494949. Windows color (decimal): -7926802 or 15600519. OLE color: 15600519.

HSL color Cylindrical-coordinate representation of color #870BEE: hue angle of 272.78º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BEE is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 11 238 -
CMYK 0.43 0.95 0 0.07
HSL 272.78º 0.91% 0.49% -
HSV(B) 272.78º 0.95% 0.93% -
XYZ 25.54 11.56 81.77 -
YUV 73.95 220.58 171.54 -
System Red Green Blue C M Y K H S L
Decimal 135 11 238 0.43 0.95 0 0.07 272.78 0.91 0.49
Hex 87 B EE 2B 5F 0 7 111 5B 31
Octal 207 13 356 53 137 0 7 421 133 61
Binary 10000111 1011 11101110 101011 1011111 0 111 100010001 1011011 110001

Color Harmonies of #870BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BEE

Black with #870BEE

Text Example


Text Example

White with #870BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870BEE; }

 p { color: rgb(135,11,238); }

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

background-color css

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

 a { background-color: rgb(135,11,238); }

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

border-color css

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

 span { border-color: rgb(135,11,238); }

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