Html Css Color HEX #B530DD Dark Orchid

📋 copy color: '#B530DD'

red 181 ◦ green 48 ◦ blue 221

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

Shades of Dark Orchid #B530DD

Tints of Dark Orchid #B530DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.67%

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 40.22%
G = 10.67%
B = 49.11%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B530DD (or 0xB530DD) is known color: Dark Orchid. HEX triplet: B5, 30 and DD. RGB value is (181,48,221). Sum of RGB (Red+Green+Blue) = 181+48+221=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #B530DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530DD is #4ACF22. Grayscale: #6A6A6A. Windows color (decimal): -4902691 or 14495925. OLE color: 14495925.

HSL color Cylindrical-coordinate representation of color #B530DD: hue angle of 286.13º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B530DD is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 48 221 -
CMYK 0.18 0.78 0 0.13
HSL 286.13º 0.72% 0.53% -
HSV(B) 286.13º 0.78% 0.87% -
XYZ 33.16 17.16 69.97 -
YUV 107.49 192.06 180.43 -
System Red Green Blue C M Y K H S L
Decimal 181 48 221 0.18 0.78 0 0.13 286.13 0.72 0.53
Hex B5 30 DD 12 4E 0 D 11E 48 35
Octal 265 60 335 22 116 0 15 436 110 65
Binary 10110101 110000 11011101 10010 1001110 0 1101 100011110 1001000 110101

Color Harmonies of #B530DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B530DD

Black with #B530DD

Text Example


Text Example

White with #B530DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B530DD; }

 p { color: rgb(181,48,221); }

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

background-color css

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

 a { background-color: rgb(181,48,221); }

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

border-color css

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

 span { border-color: rgb(181,48,221); }

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