Html Css Color HEX #B42BBE Dark Orchid

📋 copy color: '#B42BBE'

red 180 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #B42BBE

Tints of Dark Orchid #B42BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

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

R = 43.58%
G = 10.41%
B = 46%

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

#B42BBE (or 0xB42BBE) is known color: Dark Orchid. HEX triplet: B4, 2B and BE. RGB value is (180,43,190). Sum of RGB (Red+Green+Blue) = 180+43+190=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #B42BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BBE is #4BD441. Grayscale: #646464. Windows color (decimal): -4969538 or 12463028. OLE color: 12463028.

HSL color Cylindrical-coordinate representation of color #B42BBE: hue angle of 295.92º degrees, saturation: 0.63, 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 #B42BBE is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 43 190 -
CMYK 0.05 0.77 0 0.25
HSL 295.92º 0.63% 0.46% -
HSV(B) 295.92º 0.77% 0.75% -
XYZ 28.98 15.15 50.11 -
YUV 100.72 178.39 184.55 -
System Red Green Blue C M Y K H S L
Decimal 180 43 190 0.05 0.77 0 0.25 295.92 0.63 0.46
Hex B4 2B BE 5 4D 0 19 128 3F 2E
Octal 264 53 276 5 115 0 31 450 77 56
Binary 10110100 101011 10111110 101 1001101 0 11001 100101000 111111 101110

Color Harmonies of #B42BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BBE

Black with #B42BBE

Text Example


Text Example

White with #B42BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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