Html Css Color HEX #B42ECF Dark Orchid

📋 copy color: '#B42ECF'

red 180 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #B42ECF

Tints of Dark Orchid #B42ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.62%

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 41.57%
G = 10.62%
B = 47.81%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B42ECF (or 0xB42ECF) is known color: Dark Orchid. HEX triplet: B4, 2E and CF. RGB value is (180,46,207). Sum of RGB (Red+Green+Blue) = 180+46+207=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #B42ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ECF is #4BD130. Grayscale: #676767. Windows color (decimal): -4968753 or 13577908. OLE color: 13577908.

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

Color convert

RGB 180 46 207 -
CMYK 0.13 0.78 0 0.19
HSL 289.94º 0.64% 0.5% -
HSV(B) 289.94º 0.78% 0.81% -
XYZ 31.06 16.16 60.51 -
YUV 104.42 185.89 181.91 -
System Red Green Blue C M Y K H S L
Decimal 180 46 207 0.13 0.78 0 0.19 289.94 0.64 0.5
Hex B4 2E CF D 4E 0 13 122 40 32
Octal 264 56 317 15 116 0 23 442 100 62
Binary 10110100 101110 11001111 1101 1001110 0 10011 100100010 1000000 110010

Color Harmonies of #B42ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42ECF

Black with #B42ECF

Text Example


Text Example

White with #B42ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42ECF; }

 p { color: rgb(180,46,207); }

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

background-color css

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

 a { background-color: rgb(180,46,207); }

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

border-color css

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

 span { border-color: rgb(180,46,207); }

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