Html Css Color HEX #B436E0 Dark Orchid

📋 copy color: '#B436E0'

red 180 ◦ green 54 ◦ blue 224

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

Shades of Dark Orchid #B436E0

Tints of Dark Orchid #B436E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 39.3%
G = 11.79%
B = 48.91%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B436E0 (or 0xB436E0) is known color: Dark Orchid. HEX triplet: B4, 36 and E0. RGB value is (180,54,224). Sum of RGB (Red+Green+Blue) = 180+54+224=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #B436E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436E0 is #4BC91F. Grayscale: #6E6E6E. Windows color (decimal): -4966688 or 14694068. OLE color: 14694068.

HSL color Cylindrical-coordinate representation of color #B436E0: hue angle of 284.47º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B436E0 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 54 224 -
CMYK 0.20 0.76 0 0.12
HSL 284.47º 0.73% 0.55% -
HSV(B) 284.47º 0.76% 0.88% -
XYZ 33.6 17.72 72.17 -
YUV 111.05 191.74 177.18 -
System Red Green Blue C M Y K H S L
Decimal 180 54 224 0.20 0.76 0 0.12 284.47 0.73 0.55
Hex B4 36 E0 14 4C 0 C 11C 49 37
Octal 264 66 340 24 114 0 14 434 111 67
Binary 10110100 110110 11100000 10100 1001100 0 1100 100011100 1001001 110111

Color Harmonies of #B436E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436E0

Black with #B436E0

Text Example


Text Example

White with #B436E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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