Html Css Color HEX #B945EB Medium Orchid

📋 copy color: '#B945EB'

red 185 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #B945EB

Tints of Medium Orchid #B945EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 37.83%
G = 14.11%
B = 48.06%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B945EB (or 0xB945EB) is known color: Medium Orchid. HEX triplet: B9, 45 and EB. RGB value is (185,69,235). Sum of RGB (Red+Green+Blue) = 185+69+235=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #B945EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B945EB is #46BA14. Grayscale: #7A7A7A. Windows color (decimal): -4635157 or 15418809. OLE color: 15418809.

HSL color Cylindrical-coordinate representation of color #B945EB: hue angle of 281.93º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B945EB is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 69 235 -
CMYK 0.21 0.71 0 0.08
HSL 281.93º 0.81% 0.6% -
HSV(B) 281.93º 0.71% 0.92% -
XYZ 37.13 20.57 80.61 -
YUV 122.61 191.43 172.5 -
System Red Green Blue C M Y K H S L
Decimal 185 69 235 0.21 0.71 0 0.08 281.93 0.81 0.6
Hex B9 45 EB 15 47 0 8 11A 51 3C
Octal 271 105 353 25 107 0 10 432 121 74
Binary 10111001 1000101 11101011 10101 1000111 0 1000 100011010 1010001 111100

Color Harmonies of #B945EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945EB

Black with #B945EB

Text Example


Text Example

White with #B945EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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