Html Css Color HEX #B42CBE Dark Orchid

📋 copy color: '#B42CBE'

red 180 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #B42CBE

Tints of Dark Orchid #B42CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 43.48%
G = 10.63%
B = 45.89%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B42CBE (or 0xB42CBE) is known color: Dark Orchid. HEX triplet: B4, 2C and BE. RGB value is (180,44,190). Sum of RGB (Red+Green+Blue) = 180+44+190=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #B42CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CBE is #4BD341. Grayscale: #646464. Windows color (decimal): -4969282 or 12463284. OLE color: 12463284.

HSL color Cylindrical-coordinate representation of color #B42CBE: hue angle of 295.89º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42CBE is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 44 190 -
CMYK 0.05 0.77 0 0.25
HSL 295.89º 0.62% 0.46% -
HSV(B) 295.89º 0.77% 0.75% -
XYZ 29.02 15.22 50.12 -
YUV 101.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 180 44 190 0.05 0.77 0 0.25 295.89 0.62 0.46
Hex B4 2C BE 5 4D 0 19 128 3E 2E
Octal 264 54 276 5 115 0 31 450 76 56
Binary 10110100 101100 10111110 101 1001101 0 11001 100101000 111110 101110

Color Harmonies of #B42CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CBE

Black with #B42CBE

Text Example


Text Example

White with #B42CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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