Html Css Color HEX #B43BC9 Medium Orchid

📋 copy color: '#B43BC9'

red 180 ◦ green 59 ◦ blue 201

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

Shades of Medium Orchid #B43BC9

Tints of Medium Orchid #B43BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.41%

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 40.91%
G = 13.41%
B = 45.68%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B43BC9 (or 0xB43BC9) is known color: Medium Orchid. HEX triplet: B4, 3B and C9. RGB value is (180,59,201). Sum of RGB (Red+Green+Blue) = 180+59+201=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #B43BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BC9 is #4BC436. Grayscale: #6E6E6E. Windows color (decimal): -4965431 or 13188020. OLE color: 13188020.

HSL color Cylindrical-coordinate representation of color #B43BC9: hue angle of 291.13º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43BC9 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 59 201 -
CMYK 0.10 0.71 0 0.21
HSL 291.13º 0.57% 0.51% -
HSV(B) 291.13º 0.71% 0.79% -
XYZ 30.93 17.05 56.92 -
YUV 111.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 180 59 201 0.10 0.71 0 0.21 291.13 0.57 0.51
Hex B4 3B C9 A 47 0 15 123 39 33
Octal 264 73 311 12 107 0 25 443 71 63
Binary 10110100 111011 11001001 1010 1000111 0 10101 100100011 111001 110011

Color Harmonies of #B43BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BC9

Black with #B43BC9

Text Example


Text Example

White with #B43BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BC9; }

 p { color: rgb(180,59,201); }

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

background-color css

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

 a { background-color: rgb(180,59,201); }

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

border-color css

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

 span { border-color: rgb(180,59,201); }

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