Html Css Color HEX #B436DF Dark Orchid

📋 copy color: '#B436DF'

red 180 ◦ green 54 ◦ blue 223

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

Shades of Dark Orchid #B436DF

Tints of Dark Orchid #B436DF

RGB

 RED value IS 180 (70.7% from 255) = 39.39%

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 39.39%
G = 11.82%
B = 48.8%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B436DF (or 0xB436DF) is known color: Dark Orchid. HEX triplet: B4, 36 and DF. RGB value is (180,54,223). Sum of RGB (Red+Green+Blue) = 180+54+223=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #B436DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436DF is #4BC920. Grayscale: #6E6E6E. Windows color (decimal): -4966689 or 14628532. OLE color: 14628532.

HSL color Cylindrical-coordinate representation of color #B436DF: hue angle of 284.73º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B436DF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 54 223 -
CMYK 0.19 0.76 0 0.13
HSL 284.73º 0.73% 0.54% -
HSV(B) 284.73º 0.76% 0.87% -
XYZ 33.46 17.67 71.46 -
YUV 110.94 191.24 177.26 -
System Red Green Blue C M Y K H S L
Decimal 180 54 223 0.19 0.76 0 0.13 284.73 0.73 0.54
Hex B4 36 DF 13 4C 0 D 11D 49 36
Octal 264 66 337 23 114 0 15 435 111 66
Binary 10110100 110110 11011111 10011 1001100 0 1101 100011101 1001001 110110

Color Harmonies of #B436DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436DF

Black with #B436DF

Text Example


Text Example

White with #B436DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436DF; }

 p { color: rgb(180,54,223); }

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

background-color css

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

 a { background-color: rgb(180,54,223); }

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

border-color css

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

 span { border-color: rgb(180,54,223); }

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