Html Css Color HEX #B437CB Dark Orchid

📋 copy color: '#B437CB'

red 180 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #B437CB

Tints of Dark Orchid #B437CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 41.1%
G = 12.56%
B = 46.35%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B437CB (or 0xB437CB) is known color: Dark Orchid. HEX triplet: B4, 37 and CB. RGB value is (180,55,203). Sum of RGB (Red+Green+Blue) = 180+55+203=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #B437CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437CB is #4BC834. Grayscale: #6C6C6C. Windows color (decimal): -4966453 or 13318068. OLE color: 13318068.

HSL color Cylindrical-coordinate representation of color #B437CB: hue angle of 290.68º 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 #B437CB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 55 203 -
CMYK 0.11 0.73 0 0.20
HSL 290.68º 0.59% 0.51% -
HSV(B) 290.68º 0.73% 0.8% -
XYZ 30.97 16.75 58.1 -
YUV 109.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 180 55 203 0.11 0.73 0 0.20 290.68 0.59 0.51
Hex B4 37 CB B 49 0 14 123 3B 33
Octal 264 67 313 13 111 0 24 443 73 63
Binary 10110100 110111 11001011 1011 1001001 0 10100 100100011 111011 110011

Color Harmonies of #B437CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B437CB

Black with #B437CB

Text Example


Text Example

White with #B437CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B437CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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