Html Css Color HEX #B945EE Medium Orchid

📋 copy color: '#B945EE'

red 185 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #B945EE

Tints of Medium Orchid #B945EE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.02%

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

R = 37.6%
G = 14.02%
B = 48.37%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B945EE (or 0xB945EE) is known color: Medium Orchid. HEX triplet: B9, 45 and EE. RGB value is (185,69,238). Sum of RGB (Red+Green+Blue) = 185+69+238=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #B945EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B945EE is #46BA11. Grayscale: #7A7A7A. Windows color (decimal): -4635154 or 15615417. OLE color: 15615417.

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

Color convert

RGB 185 69 238 -
CMYK 0.22 0.71 0 0.07
HSL 281.18º 0.83% 0.6% -
HSV(B) 281.18º 0.71% 0.93% -
XYZ 37.57 20.74 82.91 -
YUV 122.95 192.93 172.26 -
System Red Green Blue C M Y K H S L
Decimal 185 69 238 0.22 0.71 0 0.07 281.18 0.83 0.6
Hex B9 45 EE 16 47 0 7 119 53 3C
Octal 271 105 356 26 107 0 7 431 123 74
Binary 10111001 1000101 11101110 10110 1000111 0 111 100011001 1010011 111100

Color Harmonies of #B945EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945EE

Black with #B945EE

Text Example


Text Example

White with #B945EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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