Html Css Color HEX #B954EE Medium Orchid

📋 copy color: '#B954EE'

red 185 ◦ green 84 ◦ blue 238

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

Shades of Medium Orchid #B954EE

Tints of Medium Orchid #B954EE

RGB

 RED value IS 185 (72.66% from 255) = 36.49%

 GREEN value IS 84 (33.2% from 255) = 16.57%

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

R = 36.49%
G = 16.57%
B = 46.94%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B954EE (or 0xB954EE) is known color: Medium Orchid. HEX triplet: B9, 54 and EE. RGB value is (185,84,238). Sum of RGB (Red+Green+Blue) = 185+84+238=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #B954EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954EE is #46AB11. Grayscale: #838383. Windows color (decimal): -4631314 or 15619257. OLE color: 15619257.

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

Color convert

RGB 185 84 238 -
CMYK 0.22 0.65 0 0.07
HSL 279.35º 0.82% 0.63% -
HSV(B) 279.35º 0.65% 0.93% -
XYZ 38.61 22.83 83.26 -
YUV 131.76 187.96 165.98 -
System Red Green Blue C M Y K H S L
Decimal 185 84 238 0.22 0.65 0 0.07 279.35 0.82 0.63
Hex B9 54 EE 16 41 0 7 117 52 3F
Octal 271 124 356 26 101 0 7 427 122 77
Binary 10111001 1010100 11101110 10110 1000001 0 111 100010111 1010010 111111

Color Harmonies of #B954EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954EE

Black with #B954EE

Text Example


Text Example

White with #B954EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954EE; }

 p { color: rgb(185,84,238); }

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

background-color css

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

 a { background-color: rgb(185,84,238); }

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

border-color css

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

 span { border-color: rgb(185,84,238); }

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