Html Css Color HEX #B14CED Medium Orchid

📋 copy color: '#B14CED'

red 177 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #B14CED

Tints of Medium Orchid #B14CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 36.12%
G = 15.51%
B = 48.37%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B14CED (or 0xB14CED) is known color: Medium Orchid. HEX triplet: B1, 4C and ED. RGB value is (177,76,237). Sum of RGB (Red+Green+Blue) = 177+76+237=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #B14CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14CED is #4EB312. Grayscale: #7C7C7C. Windows color (decimal): -5157651 or 15551665. OLE color: 15551665.

HSL color Cylindrical-coordinate representation of color #B14CED: hue angle of 277.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14CED is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 76 237 -
CMYK 0.25 0.68 0 0.07
HSL 277.64º 0.82% 0.61% -
HSV(B) 277.64º 0.68% 0.93% -
XYZ 36 20.63 82.21 -
YUV 124.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 177 76 237 0.25 0.68 0 0.07 277.64 0.82 0.61
Hex B1 4C ED 19 44 0 7 116 52 3D
Octal 261 114 355 31 104 0 7 426 122 75
Binary 10110001 1001100 11101101 11001 1000100 0 111 100010110 1010010 111101

Color Harmonies of #B14CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CED

Black with #B14CED

Text Example


Text Example

White with #B14CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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