Html Css Color HEX #852CFB Blue Violet

📋 copy color: '#852CFB'

red 133 ◦ green 44 ◦ blue 251

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

Shades of Blue Violet #852CFB

Tints of Blue Violet #852CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.28%

 BLUE value IS 251 (98.44% from 255) = 58.64%

R = 31.07%
G = 10.28%
B = 58.64%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#852CFB (or 0x852CFB) is known color: Blue Violet. HEX triplet: 85, 2C and FB. RGB value is (133,44,251). Sum of RGB (Red+Green+Blue) = 133+44+251=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #852CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852CFB is #7AD304. Grayscale: #5D5D5D. Windows color (decimal): -8049413 or 16460933. OLE color: 16460933.

HSL color Cylindrical-coordinate representation of color #852CFB: hue angle of 265.8º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852CFB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 44 251 -
CMYK 0.47 0.82 0 0.02
HSL 265.8º 0.96% 0.58% -
HSV(B) 265.8º 0.82% 0.98% -
XYZ 27.99 13.75 92.45 -
YUV 94.21 216.49 155.67 -
System Red Green Blue C M Y K H S L
Decimal 133 44 251 0.47 0.82 0 0.02 265.8 0.96 0.58
Hex 85 2C FB 2F 52 0 2 10A 60 3A
Octal 205 54 373 57 122 0 2 412 140 72
Binary 10000101 101100 11111011 101111 1010010 0 10 100001010 1100000 111010

Color Harmonies of #852CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CFB

Black with #852CFB

Text Example


Text Example

White with #852CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852CFB; }

 p { color: rgb(133,44,251); }

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

background-color css

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

 a { background-color: rgb(133,44,251); }

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

border-color css

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

 span { border-color: rgb(133,44,251); }

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