Html Css Color HEX #B933EA Medium Orchid

📋 copy color: '#B933EA'

red 185 ◦ green 51 ◦ blue 234

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

Shades of Medium Orchid #B933EA

Tints of Medium Orchid #B933EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 39.36%
G = 10.85%
B = 49.79%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B933EA (or 0xB933EA) is known color: Medium Orchid. HEX triplet: B9, 33 and EA. RGB value is (185,51,234). Sum of RGB (Red+Green+Blue) = 185+51+234=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #B933EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B933EA is #46CC15. Grayscale: #6F6F6F. Windows color (decimal): -4639766 or 15348665. OLE color: 15348665.

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

Color convert

RGB 185 51 234 -
CMYK 0.21 0.78 0 0.08
HSL 283.93º 0.81% 0.56% -
HSV(B) 283.93º 0.78% 0.92% -
XYZ 36.04 18.62 79.54 -
YUV 111.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 185 51 234 0.21 0.78 0 0.08 283.93 0.81 0.56
Hex B9 33 EA 15 4E 0 8 11C 51 38
Octal 271 63 352 25 116 0 10 434 121 70
Binary 10111001 110011 11101010 10101 1001110 0 1000 100011100 1010001 111000

Color Harmonies of #B933EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933EA

Black with #B933EA

Text Example


Text Example

White with #B933EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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