Html Css Color HEX #B14CFD Medium Orchid

📋 copy color: '#B14CFD'

red 177 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #B14CFD

Tints of Medium Orchid #B14CFD

RGB

 RED value IS 177 (69.53% from 255) = 34.98%

 GREEN value IS 76 (30.08% from 255) = 15.02%

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

R = 34.98%
G = 15.02%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B14CFD (or 0xB14CFD) is known color: Medium Orchid. HEX triplet: B1, 4C and FD. RGB value is (177,76,253). Sum of RGB (Red+Green+Blue) = 177+76+253=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #B14CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14CFD is #4EB302. Grayscale: #7D7D7D. Windows color (decimal): -5157635 or 16600241. OLE color: 16600241.

HSL color Cylindrical-coordinate representation of color #B14CFD: hue angle of 274.24º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14CFD is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 76 253 -
CMYK 0.30 0.70 0 0.01
HSL 274.24º 0.98% 0.65% -
HSV(B) 274.24º 0.7% 0.99% -
XYZ 38.45 21.61 95.07 -
YUV 126.38 199.46 164.11 -
System Red Green Blue C M Y K H S L
Decimal 177 76 253 0.30 0.70 0 0.01 274.24 0.98 0.65
Hex B1 4C FD 1E 46 0 1 112 62 41
Octal 261 114 375 36 106 0 1 422 142 101
Binary 10110001 1001100 11111101 11110 1000110 0 1 100010010 1100010 1000001

Color Harmonies of #B14CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CFD

Black with #B14CFD

Text Example


Text Example

White with #B14CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CFD; }

 p { color: rgb(177,76,253); }

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

background-color css

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

 a { background-color: rgb(177,76,253); }

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

border-color css

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

 span { border-color: rgb(177,76,253); }

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