Html Css Color HEX #850BEE Blue Violet

📋 copy color: '#850BEE'

red 133 ◦ green 11 ◦ blue 238

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

Shades of Blue Violet #850BEE

Tints of Blue Violet #850BEE

RGB

 RED value IS 133 (52.34% from 255) = 34.82%

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

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

R = 34.82%
G = 2.88%
B = 62.3%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#850BEE (or 0x850BEE) is known color: Blue Violet. HEX triplet: 85, 0B and EE. RGB value is (133,11,238). Sum of RGB (Red+Green+Blue) = 133+11+238=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #850BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850BEE is #7AF411. Grayscale: #484848. Windows color (decimal): -8057874 or 15600517. OLE color: 15600517.

HSL color Cylindrical-coordinate representation of color #850BEE: hue angle of 272.25º 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 #850BEE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 11 238 -
CMYK 0.44 0.95 0 0.07
HSL 272.25º 0.91% 0.49% -
HSV(B) 272.25º 0.95% 0.93% -
XYZ 25.23 11.4 81.76 -
YUV 73.36 220.92 170.54 -
System Red Green Blue C M Y K H S L
Decimal 133 11 238 0.44 0.95 0 0.07 272.25 0.91 0.49
Hex 85 B EE 2C 5F 0 7 110 5B 31
Octal 205 13 356 54 137 0 7 420 133 61
Binary 10000101 1011 11101110 101100 1011111 0 111 100010000 1011011 110001

Color Harmonies of #850BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BEE

Black with #850BEE

Text Example


Text Example

White with #850BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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