Html Css Color HEX #B832EC Medium Orchid

📋 copy color: '#B832EC'

red 184 ◦ green 50 ◦ blue 236

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

Shades of Medium Orchid #B832EC

Tints of Medium Orchid #B832EC

RGB

 RED value IS 184 (72.27% from 255) = 39.15%

 GREEN value IS 50 (19.92% from 255) = 10.64%

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 39.15%
G = 10.64%
B = 50.21%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B832EC (or 0xB832EC) is known color: Medium Orchid. HEX triplet: B8, 32 and EC. RGB value is (184,50,236). Sum of RGB (Red+Green+Blue) = 184+50+236=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #B832EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B832EC is #47CD13. Grayscale: #6E6E6E. Windows color (decimal): -4705556 or 15479480. OLE color: 15479480.

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

Color convert

RGB 184 50 236 -
CMYK 0.22 0.79 0 0.07
HSL 283.23º 0.83% 0.56% -
HSV(B) 283.23º 0.79% 0.93% -
XYZ 36.05 18.53 81.03 -
YUV 111.27 198.39 179.88 -
System Red Green Blue C M Y K H S L
Decimal 184 50 236 0.22 0.79 0 0.07 283.23 0.83 0.56
Hex B8 32 EC 16 4F 0 7 11B 53 38
Octal 270 62 354 26 117 0 7 433 123 70
Binary 10111000 110010 11101100 10110 1001111 0 111 100011011 1010011 111000

Color Harmonies of #B832EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B832EC

Black with #B832EC

Text Example


Text Example

White with #B832EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B832EC; }

 p { color: rgb(184,50,236); }

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

background-color css

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

 a { background-color: rgb(184,50,236); }

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

border-color css

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

 span { border-color: rgb(184,50,236); }

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