Html Css Color HEX #B532D7 Dark Orchid

📋 copy color: '#B532D7'

red 181 ◦ green 50 ◦ blue 215

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

Shades of Dark Orchid #B532D7

Tints of Dark Orchid #B532D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.21%

R = 40.58%
G = 11.21%
B = 48.21%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B532D7 (or 0xB532D7) is known color: Dark Orchid. HEX triplet: B5, 32 and D7. RGB value is (181,50,215). Sum of RGB (Red+Green+Blue) = 181+50+215=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #B532D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532D7 is #4ACD28. Grayscale: #6B6B6B. Windows color (decimal): -4902185 or 14103221. OLE color: 14103221.

HSL color Cylindrical-coordinate representation of color #B532D7: hue angle of 287.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B532D7 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 50 215 -
CMYK 0.16 0.77 0 0.16
HSL 287.64º 0.67% 0.52% -
HSV(B) 287.64º 0.77% 0.84% -
XYZ 32.46 17.01 65.86 -
YUV 107.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 181 50 215 0.16 0.77 0 0.16 287.64 0.67 0.52
Hex B5 32 D7 10 4D 0 10 120 43 34
Octal 265 62 327 20 115 0 20 440 103 64
Binary 10110101 110010 11010111 10000 1001101 0 10000 100100000 1000011 110100

Color Harmonies of #B532D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532D7

Black with #B532D7

Text Example


Text Example

White with #B532D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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