Html Css Color HEX #B528D3 Dark Orchid

📋 copy color: '#B528D3'

red 181 ◦ green 40 ◦ blue 211

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

Shades of Dark Orchid #B528D3

Tints of Dark Orchid #B528D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.84%

R = 41.9%
G = 9.26%
B = 48.84%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B528D3 (or 0xB528D3) is known color: Dark Orchid. HEX triplet: B5, 28 and D3. RGB value is (181,40,211). Sum of RGB (Red+Green+Blue) = 181+40+211=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #B528D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528D3 is #4AD72C. Grayscale: #656565. Windows color (decimal): -4904749 or 13838517. OLE color: 13838517.

HSL color Cylindrical-coordinate representation of color #B528D3: hue angle of 289.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B528D3 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 40 211 -
CMYK 0.14 0.81 0 0.17
HSL 289.47º 0.68% 0.49% -
HSV(B) 289.47º 0.81% 0.83% -
XYZ 31.57 16.04 63.06 -
YUV 101.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 181 40 211 0.14 0.81 0 0.17 289.47 0.68 0.49
Hex B5 28 D3 E 51 0 11 121 44 31
Octal 265 50 323 16 121 0 21 441 104 61
Binary 10110101 101000 11010011 1110 1010001 0 10001 100100001 1000100 110001

Color Harmonies of #B528D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528D3

Black with #B528D3

Text Example


Text Example

White with #B528D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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