Html Css Color HEX #B035D0 Dark Orchid

📋 copy color: '#B035D0'

red 176 ◦ green 53 ◦ blue 208

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

Shades of Dark Orchid #B035D0

Tints of Dark Orchid #B035D0

RGB

 RED value IS 176 (69.14% from 255) = 40.27%

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

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 40.27%
G = 12.13%
B = 47.6%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B035D0 (or 0xB035D0) is known color: Dark Orchid. HEX triplet: B0, 35 and D0. RGB value is (176,53,208). Sum of RGB (Red+Green+Blue) = 176+53+208=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #B035D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035D0 is #4FCA2F. Grayscale: #6A6A6A. Windows color (decimal): -5229104 or 13645232. OLE color: 13645232.

HSL color Cylindrical-coordinate representation of color #B035D0: hue angle of 287.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B035D0 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 53 208 -
CMYK 0.15 0.75 0 0.18
HSL 287.61º 0.62% 0.51% -
HSV(B) 287.61º 0.75% 0.82% -
XYZ 30.56 16.33 61.22 -
YUV 107.45 184.75 176.9 -
System Red Green Blue C M Y K H S L
Decimal 176 53 208 0.15 0.75 0 0.18 287.61 0.62 0.51
Hex B0 35 D0 F 4B 0 12 120 3E 33
Octal 260 65 320 17 113 0 22 440 76 63
Binary 10110000 110101 11010000 1111 1001011 0 10010 100100000 111110 110011

Color Harmonies of #B035D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B035D0

Black with #B035D0

Text Example


Text Example

White with #B035D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B035D0; }

 p { color: rgb(176,53,208); }

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

background-color css

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

 a { background-color: rgb(176,53,208); }

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

border-color css

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

 span { border-color: rgb(176,53,208); }

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