Html Css Color HEX #850CED Blue Violet

📋 copy color: '#850CED'

red 133 ◦ green 12 ◦ blue 237

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

Shades of Blue Violet #850CED

Tints of Blue Violet #850CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.04%

R = 34.82%
G = 3.14%
B = 62.04%

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

#850CED (or 0x850CED) is known color: Blue Violet. HEX triplet: 85, 0C and ED. RGB value is (133,12,237). Sum of RGB (Red+Green+Blue) = 133+12+237=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #850CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CED is #7AF312. Grayscale: #494949. Windows color (decimal): -8057619 or 15535237. OLE color: 15535237.

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

Color convert

RGB 133 12 237 -
CMYK 0.44 0.95 0 0.07
HSL 272.27º 0.9% 0.49% -
HSV(B) 272.27º 0.95% 0.93% -
XYZ 25.09 11.36 80.99 -
YUV 73.83 220.09 170.2 -
System Red Green Blue C M Y K H S L
Decimal 133 12 237 0.44 0.95 0 0.07 272.27 0.9 0.49
Hex 85 C ED 2C 5F 0 7 110 5A 31
Octal 205 14 355 54 137 0 7 420 132 61
Binary 10000101 1100 11101101 101100 1011111 0 111 100010000 1011010 110001

Color Harmonies of #850CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CED

Black with #850CED

Text Example


Text Example

White with #850CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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