Html Css Color HEX #852BFD Blue Violet

📋 copy color: '#852BFD'

red 133 ◦ green 43 ◦ blue 253

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

Shades of Blue Violet #852BFD

Tints of Blue Violet #852BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.97%

R = 31%
G = 10.02%
B = 58.97%

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

#852BFD (or 0x852BFD) is known color: Blue Violet. HEX triplet: 85, 2B and FD. RGB value is (133,43,253). Sum of RGB (Red+Green+Blue) = 133+43+253=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #852BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852BFD is #7AD402. Grayscale: #5D5D5D. Windows color (decimal): -8049667 or 16591749. OLE color: 16591749.

HSL color Cylindrical-coordinate representation of color #852BFD: hue angle of 265.71º degrees, saturation: 0.98, 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 #852BFD is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 43 253 -
CMYK 0.47 0.83 0 0.01
HSL 265.71º 0.98% 0.58% -
HSV(B) 265.71º 0.83% 0.99% -
XYZ 28.27 13.81 94.1 -
YUV 93.85 217.82 155.92 -
System Red Green Blue C M Y K H S L
Decimal 133 43 253 0.47 0.83 0 0.01 265.71 0.98 0.58
Hex 85 2B FD 2F 53 0 1 10A 62 3A
Octal 205 53 375 57 123 0 1 412 142 72
Binary 10000101 101011 11111101 101111 1010011 0 1 100001010 1100010 111010

Color Harmonies of #852BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BFD

Black with #852BFD

Text Example


Text Example

White with #852BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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