Html Css Color HEX #B43CD2 Medium Orchid

📋 copy color: '#B43CD2'

red 180 ◦ green 60 ◦ blue 210

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

Shades of Medium Orchid #B43CD2

Tints of Medium Orchid #B43CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.67%

R = 40%
G = 13.33%
B = 46.67%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B43CD2 (or 0xB43CD2) is known color: Medium Orchid. HEX triplet: B4, 3C and D2. RGB value is (180,60,210). Sum of RGB (Red+Green+Blue) = 180+60+210=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #B43CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CD2 is #4BC32D. Grayscale: #707070. Windows color (decimal): -4965166 or 13778100. OLE color: 13778100.

HSL color Cylindrical-coordinate representation of color #B43CD2: hue angle of 288º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43CD2 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 60 210 -
CMYK 0.14 0.71 0 0.18
HSL 288º 0.63% 0.53% -
HSV(B) 288º 0.71% 0.82% -
XYZ 32.07 17.59 62.68 -
YUV 112.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 180 60 210 0.14 0.71 0 0.18 288 0.63 0.53
Hex B4 3C D2 E 47 0 12 120 3E 35
Octal 264 74 322 16 107 0 22 440 76 65
Binary 10110100 111100 11010010 1110 1000111 0 10010 100100000 111110 110101

Color Harmonies of #B43CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CD2

Black with #B43CD2

Text Example


Text Example

White with #B43CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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