Html Css Color HEX #B43FCB Medium Orchid

📋 copy color: '#B43FCB'

red 180 ◦ green 63 ◦ blue 203

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

Shades of Medium Orchid #B43FCB

Tints of Medium Orchid #B43FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.13%

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 40.36%
G = 14.13%
B = 45.52%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B43FCB (or 0xB43FCB) is known color: Medium Orchid. HEX triplet: B4, 3F and CB. RGB value is (180,63,203). Sum of RGB (Red+Green+Blue) = 180+63+203=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B43FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FCB is #4BC034. Grayscale: #717171. Windows color (decimal): -4964405 or 13320116. OLE color: 13320116.

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

Color convert

RGB 180 63 203 -
CMYK 0.11 0.69 0 0.20
HSL 290.14º 0.57% 0.52% -
HSV(B) 290.14º 0.69% 0.8% -
XYZ 31.38 17.57 58.24 -
YUV 113.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 180 63 203 0.11 0.69 0 0.20 290.14 0.57 0.52
Hex B4 3F CB B 45 0 14 122 39 34
Octal 264 77 313 13 105 0 24 442 71 64
Binary 10110100 111111 11001011 1011 1000101 0 10100 100100010 111001 110100

Color Harmonies of #B43FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FCB

Black with #B43FCB

Text Example


Text Example

White with #B43FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FCB; }

 p { color: rgb(180,63,203); }

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

background-color css

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

 a { background-color: rgb(180,63,203); }

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

border-color css

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

 span { border-color: rgb(180,63,203); }

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