Html Css Color HEX #B43CFC Medium Orchid

📋 copy color: '#B43CFC'

red 180 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #B43CFC

Tints of Medium Orchid #B43CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 36.59%
G = 12.2%
B = 51.22%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B43CFC (or 0xB43CFC) is known color: Medium Orchid. HEX triplet: B4, 3C and FC. RGB value is (180,60,252). Sum of RGB (Red+Green+Blue) = 180+60+252=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #B43CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CFC is #4BC303. Grayscale: #757575. Windows color (decimal): -4965124 or 16530612. OLE color: 16530612.

HSL color Cylindrical-coordinate representation of color #B43CFC: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B43CFC is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 60 252 -
CMYK 0.29 0.76 0 0.01
HSL 277.5º 0.97% 0.61% -
HSV(B) 277.5º 0.76% 0.99% -
XYZ 38.01 19.96 93.95 -
YUV 117.77 203.76 172.39 -
System Red Green Blue C M Y K H S L
Decimal 180 60 252 0.29 0.76 0 0.01 277.5 0.97 0.61
Hex B4 3C FC 1D 4C 0 1 116 61 3D
Octal 264 74 374 35 114 0 1 426 141 75
Binary 10110100 111100 11111100 11101 1001100 0 1 100010110 1100001 111101

Color Harmonies of #B43CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CFC

Black with #B43CFC

Text Example


Text Example

White with #B43CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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