Html Css Color HEX #B14CEE Medium Orchid

📋 copy color: '#B14CEE'

red 177 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #B14CEE

Tints of Medium Orchid #B14CEE

RGB

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

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

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

R = 36.05%
G = 15.48%
B = 48.47%

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

#B14CEE (or 0xB14CEE) is known color: Medium Orchid. HEX triplet: B1, 4C and EE. RGB value is (177,76,238). Sum of RGB (Red+Green+Blue) = 177+76+238=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #B14CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14CEE is #4EB311. Grayscale: #7C7C7C. Windows color (decimal): -5157650 or 15617201. OLE color: 15617201.

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

Color convert

RGB 177 76 238 -
CMYK 0.26 0.68 0 0.07
HSL 277.41º 0.83% 0.62% -
HSV(B) 277.41º 0.68% 0.93% -
XYZ 36.15 20.69 82.98 -
YUV 124.67 191.96 165.33 -
System Red Green Blue C M Y K H S L
Decimal 177 76 238 0.26 0.68 0 0.07 277.41 0.83 0.62
Hex B1 4C EE 1A 44 0 7 115 53 3E
Octal 261 114 356 32 104 0 7 425 123 76
Binary 10110001 1001100 11101110 11010 1000100 0 111 100010101 1010011 111110

Color Harmonies of #B14CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CEE

Black with #B14CEE

Text Example


Text Example

White with #B14CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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