Html Css Color HEX #B14BEE Medium Orchid

📋 copy color: '#B14BEE'

red 177 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #B14BEE

Tints of Medium Orchid #B14BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 36.12%
G = 15.31%
B = 48.57%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B14BEE (or 0xB14BEE) is known color: Medium Orchid. HEX triplet: B1, 4B and EE. RGB value is (177,75,238). Sum of RGB (Red+Green+Blue) = 177+75+238=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #B14BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14BEE is #4EB411. Grayscale: #7B7B7B. Windows color (decimal): -5157906 or 15616945. OLE color: 15616945.

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

Color convert

RGB 177 75 238 -
CMYK 0.26 0.68 0 0.07
HSL 277.55º 0.83% 0.61% -
HSV(B) 277.55º 0.68% 0.93% -
XYZ 36.08 20.55 82.95 -
YUV 124.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 177 75 238 0.26 0.68 0 0.07 277.55 0.83 0.61
Hex B1 4B EE 1A 44 0 7 116 53 3D
Octal 261 113 356 32 104 0 7 426 123 75
Binary 10110001 1001011 11101110 11010 1000100 0 111 100010110 1010011 111101

Color Harmonies of #B14BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BEE

Black with #B14BEE

Text Example


Text Example

White with #B14BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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