Html Css Color HEX #B43CCA Medium Orchid

📋 copy color: '#B43CCA'

red 180 ◦ green 60 ◦ blue 202

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

Shades of Medium Orchid #B43CCA

Tints of Medium Orchid #B43CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.57%

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

R = 40.72%
G = 13.57%
B = 45.7%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B43CCA (or 0xB43CCA) is known color: Medium Orchid. HEX triplet: B4, 3C and CA. RGB value is (180,60,202). Sum of RGB (Red+Green+Blue) = 180+60+202=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #B43CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CCA is #4BC335. Grayscale: #6F6F6F. Windows color (decimal): -4965174 or 13253812. OLE color: 13253812.

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

Color convert

RGB 180 60 202 -
CMYK 0.11 0.70 0 0.21
HSL 290.7º 0.57% 0.51% -
HSV(B) 290.7º 0.7% 0.79% -
XYZ 31.1 17.2 57.56 -
YUV 112.07 178.76 176.45 -
System Red Green Blue C M Y K H S L
Decimal 180 60 202 0.11 0.70 0 0.21 290.7 0.57 0.51
Hex B4 3C CA B 46 0 15 123 39 33
Octal 264 74 312 13 106 0 25 443 71 63
Binary 10110100 111100 11001010 1011 1000110 0 10101 100100011 111001 110011

Color Harmonies of #B43CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CCA

Black with #B43CCA

Text Example


Text Example

White with #B43CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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