Html Css Color HEX #B526B7 Dark Orchid

📋 copy color: '#B526B7'

red 181 ◦ green 38 ◦ blue 183

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

Shades of Dark Orchid #B526B7

Tints of Dark Orchid #B526B7

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.45%

 BLUE value IS 183 (71.88% from 255) = 45.52%

R = 45.02%
G = 9.45%
B = 45.52%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B526B7 (or 0xB526B7) is known color: Dark Orchid. HEX triplet: B5, 26 and B7. RGB value is (181,38,183). Sum of RGB (Red+Green+Blue) = 181+38+183=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #B526B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526B7 is #4AD948. Grayscale: #606060. Windows color (decimal): -4905289 or 12002997. OLE color: 12002997.

HSL color Cylindrical-coordinate representation of color #B526B7: hue angle of 299.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B526B7 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 38 183 -
CMYK 0.01 0.79 0 0.28
HSL 299.17º 0.66% 0.43% -
HSV(B) 299.17º 0.79% 0.72% -
XYZ 28.3 14.63 46.13 -
YUV 97.29 176.38 187.71 -
System Red Green Blue C M Y K H S L
Decimal 181 38 183 0.01 0.79 0 0.28 299.17 0.66 0.43
Hex B5 26 B7 1 4F 0 1C 12B 42 2B
Octal 265 46 267 1 117 0 34 453 102 53
Binary 10110101 100110 10110111 1 1001111 0 11100 100101011 1000010 101011

Color Harmonies of #B526B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526B7

Black with #B526B7

Text Example


Text Example

White with #B526B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526B7; }

 p { color: rgb(181,38,183); }

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

background-color css

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

 a { background-color: rgb(181,38,183); }

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

border-color css

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

 span { border-color: rgb(181,38,183); }

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