Html Css Color HEX #B14BCF Medium Orchid

📋 copy color: '#B14BCF'

red 177 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #B14BCF

Tints of Medium Orchid #B14BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 38.56%
G = 16.34%
B = 45.1%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B14BCF (or 0xB14BCF) is known color: Medium Orchid. HEX triplet: B1, 4B and CF. RGB value is (177,75,207). Sum of RGB (Red+Green+Blue) = 177+75+207=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B14BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BCF is #4EB430. Grayscale: #787878. Windows color (decimal): -5157937 or 13585329. OLE color: 13585329.

HSL color Cylindrical-coordinate representation of color #B14BCF: hue angle of 286.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14BCF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 75 207 -
CMYK 0.14 0.64 0 0.19
HSL 286.36º 0.58% 0.55% -
HSV(B) 286.36º 0.64% 0.81% -
XYZ 31.91 18.88 60.99 -
YUV 120.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 177 75 207 0.14 0.64 0 0.19 286.36 0.58 0.55
Hex B1 4B CF E 40 0 13 11E 3A 37
Octal 261 113 317 16 100 0 23 436 72 67
Binary 10110001 1001011 11001111 1110 1000000 0 10011 100011110 111010 110111

Color Harmonies of #B14BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BCF

Black with #B14BCF

Text Example


Text Example

White with #B14BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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