Html Css Color HEX #B42BDF Dark Orchid

📋 copy color: '#B42BDF'

red 180 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #B42BDF

Tints of Dark Orchid #B42BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 40.36%
G = 9.64%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B42BDF (or 0xB42BDF) is known color: Dark Orchid. HEX triplet: B4, 2B and DF. RGB value is (180,43,223). Sum of RGB (Red+Green+Blue) = 180+43+223=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #B42BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BDF is #4BD420. Grayscale: #676767. Windows color (decimal): -4969505 or 14625716. OLE color: 14625716.

HSL color Cylindrical-coordinate representation of color #B42BDF: hue angle of 285.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42BDF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 43 223 -
CMYK 0.19 0.81 0 0.13
HSL 285.67º 0.74% 0.52% -
HSV(B) 285.67º 0.81% 0.87% -
XYZ 33.01 16.76 71.31 -
YUV 104.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 180 43 223 0.19 0.81 0 0.13 285.67 0.74 0.52
Hex B4 2B DF 13 51 0 D 11E 4A 34
Octal 264 53 337 23 121 0 15 436 112 64
Binary 10110100 101011 11011111 10011 1010001 0 1101 100011110 1001010 110100

Color Harmonies of #B42BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BDF

Black with #B42BDF

Text Example


Text Example

White with #B42BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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