Html Css Color HEX #B528E5 Dark Orchid

📋 copy color: '#B528E5'

red 181 ◦ green 40 ◦ blue 229

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

Shades of Dark Orchid #B528E5

Tints of Dark Orchid #B528E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.89%

R = 40.22%
G = 8.89%
B = 50.89%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B528E5 (or 0xB528E5) is known color: Dark Orchid. HEX triplet: B5, 28 and E5. RGB value is (181,40,229). Sum of RGB (Red+Green+Blue) = 181+40+229=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #B528E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528E5 is #4AD71A. Grayscale: #676767. Windows color (decimal): -4904731 or 15018165. OLE color: 15018165.

HSL color Cylindrical-coordinate representation of color #B528E5: hue angle of 284.76º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B528E5 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 40 229 -
CMYK 0.21 0.83 0 0.10
HSL 284.76º 0.78% 0.53% -
HSV(B) 284.76º 0.83% 0.9% -
XYZ 33.96 17 75.62 -
YUV 103.71 198.71 183.13 -
System Red Green Blue C M Y K H S L
Decimal 181 40 229 0.21 0.83 0 0.10 284.76 0.78 0.53
Hex B5 28 E5 15 53 0 A 11D 4E 35
Octal 265 50 345 25 123 0 12 435 116 65
Binary 10110101 101000 11100101 10101 1010011 0 1010 100011101 1001110 110101

Color Harmonies of #B528E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528E5

Black with #B528E5

Text Example


Text Example

White with #B528E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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