Html Css Color HEX #B536CA Dark Orchid

📋 copy color: '#B536CA'

red 181 ◦ green 54 ◦ blue 202

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

Shades of Dark Orchid #B536CA

Tints of Dark Orchid #B536CA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.36%

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 41.42%
G = 12.36%
B = 46.22%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B536CA (or 0xB536CA) is known color: Dark Orchid. HEX triplet: B5, 36 and CA. RGB value is (181,54,202). Sum of RGB (Red+Green+Blue) = 181+54+202=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #B536CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536CA is #4AC935. Grayscale: #6C6C6C. Windows color (decimal): -4901174 or 13252277. OLE color: 13252277.

HSL color Cylindrical-coordinate representation of color #B536CA: hue angle of 291.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B536CA is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 54 202 -
CMYK 0.10 0.73 0 0.21
HSL 291.49º 0.58% 0.5% -
HSV(B) 291.49º 0.73% 0.79% -
XYZ 31.04 16.73 57.47 -
YUV 108.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 181 54 202 0.10 0.73 0 0.21 291.49 0.58 0.5
Hex B5 36 CA A 49 0 15 123 3A 32
Octal 265 66 312 12 111 0 25 443 72 62
Binary 10110101 110110 11001010 1010 1001001 0 10101 100100011 111010 110010

Color Harmonies of #B536CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536CA

Black with #B536CA

Text Example


Text Example

White with #B536CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536CA; }

 p { color: rgb(181,54,202); }

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

background-color css

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

 a { background-color: rgb(181,54,202); }

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

border-color css

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

 span { border-color: rgb(181,54,202); }

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