Html Css Color HEX #B524CF Dark Orchid

📋 copy color: '#B524CF'

red 181 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #B524CF

Tints of Dark Orchid #B524CF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.49%

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

R = 42.69%
G = 8.49%
B = 48.82%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B524CF (or 0xB524CF) is known color: Dark Orchid. HEX triplet: B5, 24 and CF. RGB value is (181,36,207). Sum of RGB (Red+Green+Blue) = 181+36+207=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #B524CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524CF is #4ADB30. Grayscale: #626262. Windows color (decimal): -4905777 or 13575349. OLE color: 13575349.

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

Color convert

RGB 181 36 207 -
CMYK 0.13 0.83 0 0.19
HSL 290.88º 0.7% 0.48% -
HSV(B) 290.88º 0.83% 0.81% -
XYZ 30.95 15.59 60.41 -
YUV 98.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 181 36 207 0.13 0.83 0 0.19 290.88 0.7 0.48
Hex B5 24 CF D 53 0 13 123 46 30
Octal 265 44 317 15 123 0 23 443 106 60
Binary 10110101 100100 11001111 1101 1010011 0 10011 100100011 1000110 110000

Color Harmonies of #B524CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524CF

Black with #B524CF

Text Example


Text Example

White with #B524CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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