Html Css Color HEX #850CEB Blue Violet

📋 copy color: '#850CEB'

red 133 ◦ green 12 ◦ blue 235

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

Shades of Blue Violet #850CEB

Tints of Blue Violet #850CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.16%

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

R = 35%
G = 3.16%
B = 61.84%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#850CEB (or 0x850CEB) is known color: Blue Violet. HEX triplet: 85, 0C and EB. RGB value is (133,12,235). Sum of RGB (Red+Green+Blue) = 133+12+235=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #850CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CEB is #7AF314. Grayscale: #484848. Windows color (decimal): -8057621 or 15404165. OLE color: 15404165.

HSL color Cylindrical-coordinate representation of color #850CEB: hue angle of 272.56º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CEB is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 12 235 -
CMYK 0.43 0.95 0 0.08
HSL 272.56º 0.9% 0.48% -
HSV(B) 272.56º 0.95% 0.92% -
XYZ 24.8 11.25 79.46 -
YUV 73.6 219.09 170.37 -
System Red Green Blue C M Y K H S L
Decimal 133 12 235 0.43 0.95 0 0.08 272.56 0.9 0.48
Hex 85 C EB 2B 5F 0 8 111 5A 30
Octal 205 14 353 53 137 0 10 421 132 60
Binary 10000101 1100 11101011 101011 1011111 0 1000 100010001 1011010 110000

Color Harmonies of #850CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CEB

Black with #850CEB

Text Example


Text Example

White with #850CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,12,235); }

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

background-color css

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

 a { background-color: rgb(133,12,235); }

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

border-color css

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

 span { border-color: rgb(133,12,235); }

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