Html Css Color HEX #B42BCF Dark Orchid

📋 copy color: '#B42BCF'

red 180 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #B42BCF

Tints of Dark Orchid #B42BCF

RGB

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

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

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

R = 41.86%
G = 10%
B = 48.14%

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

#B42BCF (or 0xB42BCF) is known color: Dark Orchid. HEX triplet: B4, 2B and CF. RGB value is (180,43,207). Sum of RGB (Red+Green+Blue) = 180+43+207=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #B42BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BCF is #4BD430. Grayscale: #666666. Windows color (decimal): -4969521 or 13577140. OLE color: 13577140.

HSL color Cylindrical-coordinate representation of color #B42BCF: hue angle of 290.12º degrees, saturation: 0.66, 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 #B42BCF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 43 207 -
CMYK 0.13 0.79 0 0.19
HSL 290.12º 0.66% 0.49% -
HSV(B) 290.12º 0.79% 0.81% -
XYZ 30.95 15.94 60.48 -
YUV 102.66 186.89 183.16 -
System Red Green Blue C M Y K H S L
Decimal 180 43 207 0.13 0.79 0 0.19 290.12 0.66 0.49
Hex B4 2B CF D 4F 0 13 122 42 31
Octal 264 53 317 15 117 0 23 442 102 61
Binary 10110100 101011 11001111 1101 1001111 0 10011 100100010 1000010 110001

Color Harmonies of #B42BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BCF

Black with #B42BCF

Text Example


Text Example

White with #B42BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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