Html Css Color HEX #B522CF Dark Orchid

📋 copy color: '#B522CF'

red 181 ◦ green 34 ◦ blue 207

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

Shades of Dark Orchid #B522CF

Tints of Dark Orchid #B522CF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.06%

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 42.89%
G = 8.06%
B = 49.05%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B522CF (or 0xB522CF) is known color: Dark Orchid. HEX triplet: B5, 22 and CF. RGB value is (181,34,207). Sum of RGB (Red+Green+Blue) = 181+34+207=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #B522CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522CF is #4ADD30. Grayscale: #616161. Windows color (decimal): -4906289 or 13574837. OLE color: 13574837.

HSL color Cylindrical-coordinate representation of color #B522CF: hue angle of 290.98º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B522CF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 34 207 -
CMYK 0.13 0.84 0 0.19
HSL 290.98º 0.72% 0.47% -
HSV(B) 290.98º 0.84% 0.81% -
XYZ 30.89 15.47 60.39 -
YUV 97.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 181 34 207 0.13 0.84 0 0.19 290.98 0.72 0.47
Hex B5 22 CF D 54 0 13 123 48 2F
Octal 265 42 317 15 124 0 23 443 110 57
Binary 10110101 100010 11001111 1101 1010100 0 10011 100100011 1001000 101111

Color Harmonies of #B522CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522CF

Black with #B522CF

Text Example


Text Example

White with #B522CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522CF; }

 p { color: rgb(181,34,207); }

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

background-color css

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

 a { background-color: rgb(181,34,207); }

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

border-color css

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

 span { border-color: rgb(181,34,207); }

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