Html Css Color HEX #B732EA Medium Orchid

📋 copy color: '#B732EA'

red 183 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #B732EA

Tints of Medium Orchid #B732EA

RGB

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

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

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

R = 39.19%
G = 10.71%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B732EA (or 0xB732EA) is known color: Medium Orchid. HEX triplet: B7, 32 and EA. RGB value is (183,50,234). Sum of RGB (Red+Green+Blue) = 183+50+234=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #B732EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732EA is #48CD15. Grayscale: #6E6E6E. Windows color (decimal): -4771094 or 15348407. OLE color: 15348407.

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

Color convert

RGB 183 50 234 -
CMYK 0.22 0.79 0 0.08
HSL 283.37º 0.81% 0.56% -
HSV(B) 283.37º 0.79% 0.92% -
XYZ 35.52 18.29 79.5 -
YUV 110.74 197.56 179.54 -
System Red Green Blue C M Y K H S L
Decimal 183 50 234 0.22 0.79 0 0.08 283.37 0.81 0.56
Hex B7 32 EA 16 4F 0 8 11B 51 38
Octal 267 62 352 26 117 0 10 433 121 70
Binary 10110111 110010 11101010 10110 1001111 0 1000 100011011 1010001 111000

Color Harmonies of #B732EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732EA

Black with #B732EA

Text Example


Text Example

White with #B732EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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