Html Css Color HEX #B535CF Dark Orchid

📋 copy color: '#B535CF'

red 181 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #B535CF

Tints of Dark Orchid #B535CF

RGB

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

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

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

R = 41.04%
G = 12.02%
B = 46.94%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B535CF (or 0xB535CF) is known color: Dark Orchid. HEX triplet: B5, 35 and CF. RGB value is (181,53,207). Sum of RGB (Red+Green+Blue) = 181+53+207=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B535CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535CF is #4ACA30. Grayscale: #6C6C6C. Windows color (decimal): -4901425 or 13579701. OLE color: 13579701.

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

Color convert

RGB 181 53 207 -
CMYK 0.13 0.74 0 0.19
HSL 289.87º 0.62% 0.51% -
HSV(B) 289.87º 0.74% 0.81% -
XYZ 31.59 16.87 60.62 -
YUV 108.83 183.41 179.48 -
System Red Green Blue C M Y K H S L
Decimal 181 53 207 0.13 0.74 0 0.19 289.87 0.62 0.51
Hex B5 35 CF D 4A 0 13 122 3E 33
Octal 265 65 317 15 112 0 23 442 76 63
Binary 10110101 110101 11001111 1101 1001010 0 10011 100100010 111110 110011

Color Harmonies of #B535CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535CF

Black with #B535CF

Text Example


Text Example

White with #B535CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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