Html Css Color HEX #B43CFB Medium Orchid

📋 copy color: '#B43CFB'

red 180 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #B43CFB

Tints of Medium Orchid #B43CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 36.66%
G = 12.22%
B = 51.12%

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

#B43CFB (or 0xB43CFB) is known color: Medium Orchid. HEX triplet: B4, 3C and FB. RGB value is (180,60,251). Sum of RGB (Red+Green+Blue) = 180+60+251=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #B43CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CFB is #4BC304. Grayscale: #757575. Windows color (decimal): -4965125 or 16465076. OLE color: 16465076.

HSL color Cylindrical-coordinate representation of color #B43CFB: hue angle of 277.7º degrees, saturation: 0.96, 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 #B43CFB is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 60 251 -
CMYK 0.28 0.76 0 0.02
HSL 277.7º 0.96% 0.61% -
HSV(B) 277.7º 0.76% 0.98% -
XYZ 37.85 19.9 93.11 -
YUV 117.65 203.26 172.47 -
System Red Green Blue C M Y K H S L
Decimal 180 60 251 0.28 0.76 0 0.02 277.7 0.96 0.61
Hex B4 3C FB 1C 4C 0 2 116 60 3D
Octal 264 74 373 34 114 0 2 426 140 75
Binary 10110100 111100 11111011 11100 1001100 0 10 100010110 1100000 111101

Color Harmonies of #B43CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CFB

Black with #B43CFB

Text Example


Text Example

White with #B43CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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