Html Css Color HEX #B535CD Dark Orchid

📋 copy color: '#B535CD'

red 181 ◦ green 53 ◦ blue 205

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

Shades of Dark Orchid #B535CD

Tints of Dark Orchid #B535CD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.07%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 41.23%
G = 12.07%
B = 46.7%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B535CD (or 0xB535CD) is known color: Dark Orchid. HEX triplet: B5, 35 and CD. RGB value is (181,53,205). Sum of RGB (Red+Green+Blue) = 181+53+205=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #B535CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535CD is #4ACA32. Grayscale: #6C6C6C. Windows color (decimal): -4901427 or 13448629. OLE color: 13448629.

HSL color Cylindrical-coordinate representation of color #B535CD: hue angle of 290.53º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B535CD is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 53 205 -
CMYK 0.12 0.74 0 0.20
HSL 290.53º 0.6% 0.51% -
HSV(B) 290.53º 0.74% 0.8% -
XYZ 31.35 16.78 59.34 -
YUV 108.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 181 53 205 0.12 0.74 0 0.20 290.53 0.6 0.51
Hex B5 35 CD C 4A 0 14 123 3C 33
Octal 265 65 315 14 112 0 24 443 74 63
Binary 10110101 110101 11001101 1100 1001010 0 10100 100100011 111100 110011

Color Harmonies of #B535CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535CD

Black with #B535CD

Text Example


Text Example

White with #B535CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535CD; }

 p { color: rgb(181,53,205); }

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

background-color css

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

 a { background-color: rgb(181,53,205); }

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

border-color css

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

 span { border-color: rgb(181,53,205); }

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