Html Css Color HEX #B528C1 Dark Orchid

📋 copy color: '#B528C1'

red 181 ◦ green 40 ◦ blue 193

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

Shades of Dark Orchid #B528C1

Tints of Dark Orchid #B528C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 43.72%
G = 9.66%
B = 46.62%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B528C1 (or 0xB528C1) is known color: Dark Orchid. HEX triplet: B5, 28 and C1. RGB value is (181,40,193). Sum of RGB (Red+Green+Blue) = 181+40+193=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #B528C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528C1 is #4AD73E. Grayscale: #636363. Windows color (decimal): -4904767 or 12658869. OLE color: 12658869.

HSL color Cylindrical-coordinate representation of color #B528C1: hue angle of 295.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B528C1 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 40 193 -
CMYK 0.06 0.79 0 0.24
HSL 295.29º 0.66% 0.46% -
HSV(B) 295.29º 0.79% 0.76% -
XYZ 29.44 15.19 51.83 -
YUV 99.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 181 40 193 0.06 0.79 0 0.24 295.29 0.66 0.46
Hex B5 28 C1 6 4F 0 18 127 42 2E
Octal 265 50 301 6 117 0 30 447 102 56
Binary 10110101 101000 11000001 110 1001111 0 11000 100100111 1000010 101110

Color Harmonies of #B528C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528C1

Black with #B528C1

Text Example


Text Example

White with #B528C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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