Html Css Color HEX #B43BCD Medium Orchid

📋 copy color: '#B43BCD'

red 180 ◦ green 59 ◦ blue 205

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

Shades of Medium Orchid #B43BCD

Tints of Medium Orchid #B43BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 40.54%
G = 13.29%
B = 46.17%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B43BCD (or 0xB43BCD) is known color: Medium Orchid. HEX triplet: B4, 3B and CD. RGB value is (180,59,205). Sum of RGB (Red+Green+Blue) = 180+59+205=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #B43BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BCD is #4BC432. Grayscale: #6F6F6F. Windows color (decimal): -4965427 or 13450164. OLE color: 13450164.

HSL color Cylindrical-coordinate representation of color #B43BCD: hue angle of 289.73º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43BCD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 59 205 -
CMYK 0.12 0.71 0 0.20
HSL 289.73º 0.59% 0.52% -
HSV(B) 289.73º 0.71% 0.8% -
XYZ 31.41 17.24 59.43 -
YUV 111.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 180 59 205 0.12 0.71 0 0.20 289.73 0.59 0.52
Hex B4 3B CD C 47 0 14 122 3B 34
Octal 264 73 315 14 107 0 24 442 73 64
Binary 10110100 111011 11001101 1100 1000111 0 10100 100100010 111011 110100

Color Harmonies of #B43BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BCD

Black with #B43BCD

Text Example


Text Example

White with #B43BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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