Html Css Color HEX #B933E9 Medium Orchid

📋 copy color: '#B933E9'

red 185 ◦ green 51 ◦ blue 233

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

Shades of Medium Orchid #B933E9

Tints of Medium Orchid #B933E9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.87%

 BLUE value IS 233 (91.41% from 255) = 49.68%

R = 39.45%
G = 10.87%
B = 49.68%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B933E9 (or 0xB933E9) is known color: Medium Orchid. HEX triplet: B9, 33 and E9. RGB value is (185,51,233). Sum of RGB (Red+Green+Blue) = 185+51+233=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #B933E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B933E9 is #46CC16. Grayscale: #6F6F6F. Windows color (decimal): -4639767 or 15283129. OLE color: 15283129.

HSL color Cylindrical-coordinate representation of color #B933E9: hue angle of 284.18º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B933E9 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 51 233 -
CMYK 0.21 0.78 0 0.09
HSL 284.18º 0.81% 0.56% -
HSV(B) 284.18º 0.78% 0.91% -
XYZ 35.9 18.57 78.78 -
YUV 111.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 185 51 233 0.21 0.78 0 0.09 284.18 0.81 0.56
Hex B9 33 E9 15 4E 0 9 11C 51 38
Octal 271 63 351 25 116 0 11 434 121 70
Binary 10111001 110011 11101001 10101 1001110 0 1001 100011100 1010001 111000

Color Harmonies of #B933E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933E9

Black with #B933E9

Text Example


Text Example

White with #B933E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933E9; }

 p { color: rgb(185,51,233); }

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

background-color css

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

 a { background-color: rgb(185,51,233); }

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

border-color css

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

 span { border-color: rgb(185,51,233); }

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