Html Css Color HEX #B42CCF Dark Orchid

📋 copy color: '#B42CCF'

red 180 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #B42CCF

Tints of Dark Orchid #B42CCF

RGB

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

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

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

R = 41.76%
G = 10.21%
B = 48.03%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B42CCF (or 0xB42CCF) is known color: Dark Orchid. HEX triplet: B4, 2C and CF. RGB value is (180,44,207). Sum of RGB (Red+Green+Blue) = 180+44+207=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #B42CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CCF is #4BD330. Grayscale: #666666. Windows color (decimal): -4969265 or 13577396. OLE color: 13577396.

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

Color convert

RGB 180 44 207 -
CMYK 0.13 0.79 0 0.19
HSL 290.06º 0.65% 0.49% -
HSV(B) 290.06º 0.79% 0.81% -
XYZ 30.99 16.01 60.49 -
YUV 103.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 180 44 207 0.13 0.79 0 0.19 290.06 0.65 0.49
Hex B4 2C CF D 4F 0 13 122 41 31
Octal 264 54 317 15 117 0 23 442 101 61
Binary 10110100 101100 11001111 1101 1001111 0 10011 100100010 1000001 110001

Color Harmonies of #B42CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CCF

Black with #B42CCF

Text Example


Text Example

White with #B42CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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