Html Css Color HEX #B43DC6 Medium Orchid

📋 copy color: '#B43DC6'

red 180 ◦ green 61 ◦ blue 198

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

Shades of Medium Orchid #B43DC6

Tints of Medium Orchid #B43DC6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.9%

 BLUE value IS 198 (77.73% from 255) = 45.1%

R = 41%
G = 13.9%
B = 45.1%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B43DC6 (or 0xB43DC6) is known color: Medium Orchid. HEX triplet: B4, 3D and C6. RGB value is (180,61,198). Sum of RGB (Red+Green+Blue) = 180+61+198=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #B43DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DC6 is #4BC239. Grayscale: #6F6F6F. Windows color (decimal): -4964922 or 12991924. OLE color: 12991924.

HSL color Cylindrical-coordinate representation of color #B43DC6: hue angle of 292.12º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43DC6 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 61 198 -
CMYK 0.09 0.69 0 0.22
HSL 292.12º 0.55% 0.51% -
HSV(B) 292.12º 0.69% 0.78% -
XYZ 30.68 17.12 55.11 -
YUV 112.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 180 61 198 0.09 0.69 0 0.22 292.12 0.55 0.51
Hex B4 3D C6 9 45 0 16 124 37 33
Octal 264 75 306 11 105 0 26 444 67 63
Binary 10110100 111101 11000110 1001 1000101 0 10110 100100100 110111 110011

Color Harmonies of #B43DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43DC6

Black with #B43DC6

Text Example


Text Example

White with #B43DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43DC6; }

 p { color: rgb(180,61,198); }

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

background-color css

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

 a { background-color: rgb(180,61,198); }

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

border-color css

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

 span { border-color: rgb(180,61,198); }

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