Html Css Color HEX #B43CFA Medium Orchid

📋 copy color: '#B43CFA'

red 180 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #B43CFA

Tints of Medium Orchid #B43CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 36.73%
G = 12.24%
B = 51.02%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B43CFA (or 0xB43CFA) is known color: Medium Orchid. HEX triplet: B4, 3C and FA. RGB value is (180,60,250). Sum of RGB (Red+Green+Blue) = 180+60+250=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #B43CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CFA is #4BC305. Grayscale: #747474. Windows color (decimal): -4965126 or 16399540. OLE color: 16399540.

HSL color Cylindrical-coordinate representation of color #B43CFA: hue angle of 277.89º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B43CFA is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 60 250 -
CMYK 0.28 0.76 0 0.02
HSL 277.89º 0.95% 0.61% -
HSV(B) 277.89º 0.76% 0.98% -
XYZ 37.69 19.84 92.28 -
YUV 117.54 202.76 172.55 -
System Red Green Blue C M Y K H S L
Decimal 180 60 250 0.28 0.76 0 0.02 277.89 0.95 0.61
Hex B4 3C FA 1C 4C 0 2 116 5F 3D
Octal 264 74 372 34 114 0 2 426 137 75
Binary 10110100 111100 11111010 11100 1001100 0 10 100010110 1011111 111101

Color Harmonies of #B43CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CFA

Black with #B43CFA

Text Example


Text Example

White with #B43CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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