Html Css Color HEX #B43BCA Medium Orchid

📋 copy color: '#B43BCA'

red 180 ◦ green 59 ◦ blue 202

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

Shades of Medium Orchid #B43BCA

Tints of Medium Orchid #B43BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.8%

R = 40.82%
G = 13.38%
B = 45.8%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B43BCA (or 0xB43BCA) is known color: Medium Orchid. HEX triplet: B4, 3B and CA. RGB value is (180,59,202). Sum of RGB (Red+Green+Blue) = 180+59+202=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #B43BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BCA is #4BC435. Grayscale: #6F6F6F. Windows color (decimal): -4965430 or 13253556. OLE color: 13253556.

HSL color Cylindrical-coordinate representation of color #B43BCA: hue angle of 290.77º 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 #B43BCA is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 59 202 -
CMYK 0.11 0.71 0 0.21
HSL 290.77º 0.57% 0.51% -
HSV(B) 290.77º 0.71% 0.79% -
XYZ 31.05 17.1 57.54 -
YUV 111.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 180 59 202 0.11 0.71 0 0.21 290.77 0.57 0.51
Hex B4 3B CA B 47 0 15 123 39 33
Octal 264 73 312 13 107 0 25 443 71 63
Binary 10110100 111011 11001010 1011 1000111 0 10101 100100011 111001 110011

Color Harmonies of #B43BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BCA

Black with #B43BCA

Text Example


Text Example

White with #B43BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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