Html Css Color HEX #B14CDA Medium Orchid

📋 copy color: '#B14CDA'

red 177 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #B14CDA

Tints of Medium Orchid #B14CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 37.58%
G = 16.14%
B = 46.28%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B14CDA (or 0xB14CDA) is known color: Medium Orchid. HEX triplet: B1, 4C and DA. RGB value is (177,76,218). Sum of RGB (Red+Green+Blue) = 177+76+218=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #B14CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CDA is #4EB325. Grayscale: #797979. Windows color (decimal): -5157670 or 14306481. OLE color: 14306481.

HSL color Cylindrical-coordinate representation of color #B14CDA: hue angle of 282.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B14CDA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 76 218 -
CMYK 0.19 0.65 0 0.15
HSL 282.68º 0.66% 0.58% -
HSV(B) 282.68º 0.65% 0.85% -
XYZ 33.37 19.58 68.35 -
YUV 122.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 177 76 218 0.19 0.65 0 0.15 282.68 0.66 0.58
Hex B1 4C DA 13 41 0 F 11B 42 3A
Octal 261 114 332 23 101 0 17 433 102 72
Binary 10110001 1001100 11011010 10011 1000001 0 1111 100011011 1000010 111010

Color Harmonies of #B14CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CDA

Black with #B14CDA

Text Example


Text Example

White with #B14CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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