Html Css Color HEX #B43FCF Medium Orchid

📋 copy color: '#B43FCF'

red 180 ◦ green 63 ◦ blue 207

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

Shades of Medium Orchid #B43FCF

Tints of Medium Orchid #B43FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 40%
G = 14%
B = 46%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B43FCF (or 0xB43FCF) is known color: Medium Orchid. HEX triplet: B4, 3F and CF. RGB value is (180,63,207). Sum of RGB (Red+Green+Blue) = 180+63+207=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #B43FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FCF is #4BC030. Grayscale: #717171. Windows color (decimal): -4964401 or 13582260. OLE color: 13582260.

HSL color Cylindrical-coordinate representation of color #B43FCF: hue angle of 288.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43FCF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 63 207 -
CMYK 0.13 0.70 0 0.19
HSL 288.75º 0.6% 0.53% -
HSV(B) 288.75º 0.7% 0.81% -
XYZ 31.86 17.76 60.78 -
YUV 114.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 180 63 207 0.13 0.70 0 0.19 288.75 0.6 0.53
Hex B4 3F CF D 46 0 13 121 3C 35
Octal 264 77 317 15 106 0 23 441 74 65
Binary 10110100 111111 11001111 1101 1000110 0 10011 100100001 111100 110101

Color Harmonies of #B43FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FCF

Black with #B43FCF

Text Example


Text Example

White with #B43FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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