Html Css Color HEX #B532F2 Dark Orchid

📋 copy color: '#B532F2'

red 181 ◦ green 50 ◦ blue 242

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

Shades of Dark Orchid #B532F2

Tints of Dark Orchid #B532F2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.57%

 BLUE value IS 242 (94.92% from 255) = 51.16%

R = 38.27%
G = 10.57%
B = 51.16%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B532F2 (or 0xB532F2) is known color: Dark Orchid. HEX triplet: B5, 32 and F2. RGB value is (181,50,242). Sum of RGB (Red+Green+Blue) = 181+50+242=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #B532F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B532F2 is #4ACD0D. Grayscale: #6E6E6E. Windows color (decimal): -4902158 or 15872693. OLE color: 15872693.

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

Color convert

RGB 181 50 242 -
CMYK 0.25 0.79 0 0.05
HSL 280.94º 0.88% 0.57% -
HSV(B) 280.94º 0.79% 0.95% -
XYZ 36.22 18.52 85.67 -
YUV 111.06 201.9 177.89 -
System Red Green Blue C M Y K H S L
Decimal 181 50 242 0.25 0.79 0 0.05 280.94 0.88 0.57
Hex B5 32 F2 19 4F 0 5 119 58 39
Octal 265 62 362 31 117 0 5 431 130 71
Binary 10110101 110010 11110010 11001 1001111 0 101 100011001 1011000 111001

Color Harmonies of #B532F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532F2

Black with #B532F2

Text Example


Text Example

White with #B532F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532F2; }

 p { color: rgb(181,50,242); }

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

background-color css

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

 a { background-color: rgb(181,50,242); }

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

border-color css

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

 span { border-color: rgb(181,50,242); }

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