Html Css Color HEX #B437CC Dark Orchid

📋 copy color: '#B437CC'

red 180 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #B437CC

Tints of Dark Orchid #B437CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 41%
G = 12.53%
B = 46.47%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B437CC (or 0xB437CC) is known color: Dark Orchid. HEX triplet: B4, 37 and CC. RGB value is (180,55,204). Sum of RGB (Red+Green+Blue) = 180+55+204=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #B437CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437CC is #4BC833. Grayscale: #6C6C6C. Windows color (decimal): -4966452 or 13383604. OLE color: 13383604.

HSL color Cylindrical-coordinate representation of color #B437CC: hue angle of 290.34º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B437CC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 55 204 -
CMYK 0.12 0.73 0 0.2
HSL 290.34º 0.59% 0.51% -
HSV(B) 290.34º 0.73% 0.8% -
XYZ 31.09 16.8 58.73 -
YUV 109.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 180 55 204 0.12 0.73 0 0.2 290.34 0.59 0.51
Hex B4 37 CC C 49 0 14 122 3B 33
Octal 264 67 314 14 111 0 24 442 73 63
Binary 10110100 110111 11001100 1100 1001001 0 10100 100100010 111011 110011

Color Harmonies of #B437CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B437CC

Black with #B437CC

Text Example


Text Example

White with #B437CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B437CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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