Html Css Color HEX #B52DF1 Dark Orchid

📋 copy color: '#B52DF1'

red 181 ◦ green 45 ◦ blue 241

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

Shades of Dark Orchid #B52DF1

Tints of Dark Orchid #B52DF1

RGB

 RED value IS 181 (71.09% from 255) = 38.76%

 GREEN value IS 45 (17.97% from 255) = 9.64%

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 38.76%
G = 9.64%
B = 51.61%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B52DF1 (or 0xB52DF1) is known color: Dark Orchid. HEX triplet: B5, 2D and F1. RGB value is (181,45,241). Sum of RGB (Red+Green+Blue) = 181+45+241=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #B52DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52DF1 is #4AD20E. Grayscale: #6B6B6B. Windows color (decimal): -4903439 or 15805877. OLE color: 15805877.

HSL color Cylindrical-coordinate representation of color #B52DF1: hue angle of 281.63º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52DF1 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 45 241 -
CMYK 0.25 0.81 0 0.05
HSL 281.63º 0.88% 0.56% -
HSV(B) 281.63º 0.81% 0.95% -
XYZ 35.87 18.05 84.81 -
YUV 108.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 181 45 241 0.25 0.81 0 0.05 281.63 0.88 0.56
Hex B5 2D F1 19 51 0 5 11A 58 38
Octal 265 55 361 31 121 0 5 432 130 70
Binary 10110101 101101 11110001 11001 1010001 0 101 100011010 1011000 111000

Color Harmonies of #B52DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DF1

Black with #B52DF1

Text Example


Text Example

White with #B52DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DF1; }

 p { color: rgb(181,45,241); }

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

background-color css

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

 a { background-color: rgb(181,45,241); }

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

border-color css

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

 span { border-color: rgb(181,45,241); }

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