Html Css Color HEX #852BFC Blue Violet

📋 copy color: '#852BFC'

red 133 ◦ green 43 ◦ blue 252

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

Shades of Blue Violet #852BFC

Tints of Blue Violet #852BFC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.05%

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 31.07%
G = 10.05%
B = 58.88%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#852BFC (or 0x852BFC) is known color: Blue Violet. HEX triplet: 85, 2B and FC. RGB value is (133,43,252). Sum of RGB (Red+Green+Blue) = 133+43+252=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #852BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852BFC is #7AD403. Grayscale: #5C5C5C. Windows color (decimal): -8049668 or 16526213. OLE color: 16526213.

HSL color Cylindrical-coordinate representation of color #852BFC: hue angle of 265.84º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852BFC is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 43 252 -
CMYK 0.47 0.83 0 0.01
HSL 265.84º 0.97% 0.58% -
HSV(B) 265.84º 0.83% 0.99% -
XYZ 28.11 13.74 93.27 -
YUV 93.74 217.32 156.01 -
System Red Green Blue C M Y K H S L
Decimal 133 43 252 0.47 0.83 0 0.01 265.84 0.97 0.58
Hex 85 2B FC 2F 53 0 1 10A 61 3A
Octal 205 53 374 57 123 0 1 412 141 72
Binary 10000101 101011 11111100 101111 1010011 0 1 100001010 1100001 111010

Color Harmonies of #852BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BFC

Black with #852BFC

Text Example


Text Example

White with #852BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,43,252); }

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

background-color css

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

 a { background-color: rgb(133,43,252); }

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

border-color css

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

 span { border-color: rgb(133,43,252); }

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