Html Css Color HEX #B14BED Medium Orchid

📋 copy color: '#B14BED'

red 177 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #B14BED

Tints of Medium Orchid #B14BED

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.34%

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

R = 36.2%
G = 15.34%
B = 48.47%

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

#B14BED (or 0xB14BED) is known color: Medium Orchid. HEX triplet: B1, 4B and ED. RGB value is (177,75,237). Sum of RGB (Red+Green+Blue) = 177+75+237=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #B14BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14BED is #4EB412. Grayscale: #7B7B7B. Windows color (decimal): -5157907 or 15551409. OLE color: 15551409.

HSL color Cylindrical-coordinate representation of color #B14BED: hue angle of 277.78º 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 #B14BED is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 75 237 -
CMYK 0.25 0.68 0 0.07
HSL 277.78º 0.82% 0.61% -
HSV(B) 277.78º 0.68% 0.93% -
XYZ 35.93 20.49 82.18 -
YUV 123.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 177 75 237 0.25 0.68 0 0.07 277.78 0.82 0.61
Hex B1 4B ED 19 44 0 7 116 52 3D
Octal 261 113 355 31 104 0 7 426 122 75
Binary 10110001 1001011 11101101 11001 1000100 0 111 100010110 1010010 111101

Color Harmonies of #B14BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BED

Black with #B14BED

Text Example


Text Example

White with #B14BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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