Html Css Color HEX #B732EC Medium Orchid

📋 copy color: '#B732EC'

red 183 ◦ green 50 ◦ blue 236

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

Shades of Medium Orchid #B732EC

Tints of Medium Orchid #B732EC

RGB

 RED value IS 183 (71.88% from 255) = 39.02%

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

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

R = 39.02%
G = 10.66%
B = 50.32%

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

#B732EC (or 0xB732EC) is known color: Medium Orchid. HEX triplet: B7, 32 and EC. RGB value is (183,50,236). Sum of RGB (Red+Green+Blue) = 183+50+236=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #B732EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732EC is #48CD13. Grayscale: #6E6E6E. Windows color (decimal): -4771092 or 15479479. OLE color: 15479479.

HSL color Cylindrical-coordinate representation of color #B732EC: hue angle of 282.9º 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 #B732EC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 50 236 -
CMYK 0.22 0.79 0 0.07
HSL 282.9º 0.83% 0.56% -
HSV(B) 282.9º 0.79% 0.93% -
XYZ 35.81 18.4 81.02 -
YUV 110.97 198.56 179.38 -
System Red Green Blue C M Y K H S L
Decimal 183 50 236 0.22 0.79 0 0.07 282.9 0.83 0.56
Hex B7 32 EC 16 4F 0 7 11B 53 38
Octal 267 62 354 26 117 0 7 433 123 70
Binary 10110111 110010 11101100 10110 1001111 0 111 100011011 1010011 111000

Color Harmonies of #B732EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732EC

Black with #B732EC

Text Example


Text Example

White with #B732EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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