Html Css Color HEX #B437C9 Dark Orchid

📋 copy color: '#B437C9'

red 180 ◦ green 55 ◦ blue 201

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

Shades of Dark Orchid #B437C9

Tints of Dark Orchid #B437C9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.61%

 BLUE value IS 201 (78.91% from 255) = 46.1%

R = 41.28%
G = 12.61%
B = 46.1%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B437C9 (or 0xB437C9) is known color: Dark Orchid. HEX triplet: B4, 37 and C9. RGB value is (180,55,201). Sum of RGB (Red+Green+Blue) = 180+55+201=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #B437C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437C9 is #4BC836. Grayscale: #6C6C6C. Windows color (decimal): -4966455 or 13186996. OLE color: 13186996.

HSL color Cylindrical-coordinate representation of color #B437C9: hue angle of 291.37º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B437C9 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 55 201 -
CMYK 0.10 0.73 0 0.21
HSL 291.37º 0.57% 0.5% -
HSV(B) 291.37º 0.73% 0.79% -
XYZ 30.73 16.65 56.85 -
YUV 109.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 180 55 201 0.10 0.73 0 0.21 291.37 0.57 0.5
Hex B4 37 C9 A 49 0 15 123 39 32
Octal 264 67 311 12 111 0 25 443 71 62
Binary 10110100 110111 11001001 1010 1001001 0 10101 100100011 111001 110010

Color Harmonies of #B437C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B437C9

Black with #B437C9

Text Example


Text Example

White with #B437C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B437C9; }

 p { color: rgb(180,55,201); }

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

background-color css

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

 a { background-color: rgb(180,55,201); }

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

border-color css

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

 span { border-color: rgb(180,55,201); }

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