Html Css Color HEX #B43BFD Medium Orchid

📋 copy color: '#B43BFD'

red 180 ◦ green 59 ◦ blue 253

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

Shades of Medium Orchid #B43BFD

Tints of Medium Orchid #B43BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.99%

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 36.59%
G = 11.99%
B = 51.42%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B43BFD (or 0xB43BFD) is known color: Medium Orchid. HEX triplet: B4, 3B and FD. RGB value is (180,59,253). Sum of RGB (Red+Green+Blue) = 180+59+253=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #B43BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43BFD is #4BC402. Grayscale: #747474. Windows color (decimal): -4965379 or 16595892. OLE color: 16595892.

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

Color convert

RGB 180 59 253 -
CMYK 0.29 0.77 0 0.01
HSL 277.42º 0.98% 0.61% -
HSV(B) 277.42º 0.77% 0.99% -
XYZ 38.12 19.92 94.77 -
YUV 117.3 204.59 172.73 -
System Red Green Blue C M Y K H S L
Decimal 180 59 253 0.29 0.77 0 0.01 277.42 0.98 0.61
Hex B4 3B FD 1D 4D 0 1 115 62 3D
Octal 264 73 375 35 115 0 1 425 142 75
Binary 10110100 111011 11111101 11101 1001101 0 1 100010101 1100010 111101

Color Harmonies of #B43BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BFD

Black with #B43BFD

Text Example


Text Example

White with #B43BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BFD; }

 p { color: rgb(180,59,253); }

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

background-color css

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

 a { background-color: rgb(180,59,253); }

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

border-color css

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

 span { border-color: rgb(180,59,253); }

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