Html Css Color HEX #B43CFD Medium Orchid

📋 copy color: '#B43CFD'

red 180 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #B43CFD

Tints of Medium Orchid #B43CFD

RGB

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

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

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

R = 36.51%
G = 12.17%
B = 51.32%

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

#B43CFD (or 0xB43CFD) is known color: Medium Orchid. HEX triplet: B4, 3C and FD. RGB value is (180,60,253). Sum of RGB (Red+Green+Blue) = 180+60+253=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #B43CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CFD is #4BC302. Grayscale: #757575. Windows color (decimal): -4965123 or 16596148. OLE color: 16596148.

HSL color Cylindrical-coordinate representation of color #B43CFD: hue angle of 277.31º degrees, saturation: 0.98, 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 #B43CFD is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 60 253 -
CMYK 0.29 0.76 0 0.01
HSL 277.31º 0.98% 0.61% -
HSV(B) 277.31º 0.76% 0.99% -
XYZ 38.17 20.03 94.78 -
YUV 117.88 204.26 172.31 -
System Red Green Blue C M Y K H S L
Decimal 180 60 253 0.29 0.76 0 0.01 277.31 0.98 0.61
Hex B4 3C FD 1D 4C 0 1 115 62 3D
Octal 264 74 375 35 114 0 1 425 142 75
Binary 10110100 111100 11111101 11101 1001100 0 1 100010101 1100010 111101

Color Harmonies of #B43CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CFD

Black with #B43CFD

Text Example


Text Example

White with #B43CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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