Html Css Color HEX #B528DA Dark Orchid

📋 copy color: '#B528DA'

red 181 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #B528DA

Tints of Dark Orchid #B528DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 41.23%
G = 9.11%
B = 49.66%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B528DA (or 0xB528DA) is known color: Dark Orchid. HEX triplet: B5, 28 and DA. RGB value is (181,40,218). Sum of RGB (Red+Green+Blue) = 181+40+218=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #B528DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528DA is #4AD725. Grayscale: #656565. Windows color (decimal): -4904742 or 14297269. OLE color: 14297269.

HSL color Cylindrical-coordinate representation of color #B528DA: hue angle of 287.53º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B528DA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 40 218 -
CMYK 0.17 0.82 0 0.15
HSL 287.53º 0.71% 0.51% -
HSV(B) 287.53º 0.82% 0.85% -
XYZ 32.47 16.4 67.78 -
YUV 102.45 193.21 184.03 -
System Red Green Blue C M Y K H S L
Decimal 181 40 218 0.17 0.82 0 0.15 287.53 0.71 0.51
Hex B5 28 DA 11 52 0 F 120 47 33
Octal 265 50 332 21 122 0 17 440 107 63
Binary 10110101 101000 11011010 10001 1010010 0 1111 100100000 1000111 110011

Color Harmonies of #B528DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528DA

Black with #B528DA

Text Example


Text Example

White with #B528DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528DA; }

 p { color: rgb(181,40,218); }

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

background-color css

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

 a { background-color: rgb(181,40,218); }

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

border-color css

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

 span { border-color: rgb(181,40,218); }

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