Html Css Color HEX #B42FC0 Dark Orchid

📋 copy color: '#B42FC0'

red 180 ◦ green 47 ◦ blue 192

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

Shades of Dark Orchid #B42FC0

Tints of Dark Orchid #B42FC0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.22%

 BLUE value IS 192 (75.39% from 255) = 45.82%

R = 42.96%
G = 11.22%
B = 45.82%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B42FC0 (or 0xB42FC0) is known color: Dark Orchid. HEX triplet: B4, 2F and C0. RGB value is (180,47,192). Sum of RGB (Red+Green+Blue) = 180+47+192=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #B42FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FC0 is #4BD03F. Grayscale: #666666. Windows color (decimal): -4968512 or 12595124. OLE color: 12595124.

HSL color Cylindrical-coordinate representation of color #B42FC0: hue angle of 295.03º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42FC0 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 47 192 -
CMYK 0.06 0.76 0 0.25
HSL 295.03º 0.61% 0.47% -
HSV(B) 295.03º 0.76% 0.75% -
XYZ 29.35 15.54 51.32 -
YUV 103.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 180 47 192 0.06 0.76 0 0.25 295.03 0.61 0.47
Hex B4 2F C0 6 4C 0 19 127 3D 2F
Octal 264 57 300 6 114 0 31 447 75 57
Binary 10110100 101111 11000000 110 1001100 0 11001 100100111 111101 101111

Color Harmonies of #B42FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FC0

Black with #B42FC0

Text Example


Text Example

White with #B42FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FC0; }

 p { color: rgb(180,47,192); }

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

background-color css

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

 a { background-color: rgb(180,47,192); }

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

border-color css

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

 span { border-color: rgb(180,47,192); }

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