Html Css Color HEX #B42CBB Dark Orchid

📋 copy color: '#B42CBB'

red 180 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #B42CBB

Tints of Dark Orchid #B42CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 43.8%
G = 10.71%
B = 45.5%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B42CBB (or 0xB42CBB) is known color: Dark Orchid. HEX triplet: B4, 2C and BB. RGB value is (180,44,187). Sum of RGB (Red+Green+Blue) = 180+44+187=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #B42CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CBB is #4BD344. Grayscale: #646464. Windows color (decimal): -4969285 or 12266676. OLE color: 12266676.

HSL color Cylindrical-coordinate representation of color #B42CBB: hue angle of 297.06º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42CBB is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 44 187 -
CMYK 0.04 0.76 0 0.27
HSL 297.06º 0.62% 0.45% -
HSV(B) 297.06º 0.76% 0.73% -
XYZ 28.69 15.09 48.41 -
YUV 100.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 180 44 187 0.04 0.76 0 0.27 297.06 0.62 0.45
Hex B4 2C BB 4 4C 0 1B 129 3E 2D
Octal 264 54 273 4 114 0 33 451 76 55
Binary 10110100 101100 10111011 100 1001100 0 11011 100101001 111110 101101

Color Harmonies of #B42CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CBB

Black with #B42CBB

Text Example


Text Example

White with #B42CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CBB; }

 p { color: rgb(180,44,187); }

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

background-color css

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

 a { background-color: rgb(180,44,187); }

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

border-color css

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

 span { border-color: rgb(180,44,187); }

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