Html Css Color HEX #B732ED Medium Orchid

📋 copy color: '#B732ED'

red 183 ◦ green 50 ◦ blue 237

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

Shades of Medium Orchid #B732ED

Tints of Medium Orchid #B732ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 38.94%
G = 10.64%
B = 50.43%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B732ED (or 0xB732ED) is known color: Medium Orchid. HEX triplet: B7, 32 and ED. RGB value is (183,50,237). Sum of RGB (Red+Green+Blue) = 183+50+237=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #B732ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732ED is #48CD12. Grayscale: #6E6E6E. Windows color (decimal): -4771091 or 15545015. OLE color: 15545015.

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

Color convert

RGB 183 50 237 -
CMYK 0.23 0.79 0 0.07
HSL 282.67º 0.84% 0.56% -
HSV(B) 282.67º 0.79% 0.93% -
XYZ 35.96 18.46 81.79 -
YUV 111.09 199.06 179.29 -
System Red Green Blue C M Y K H S L
Decimal 183 50 237 0.23 0.79 0 0.07 282.67 0.84 0.56
Hex B7 32 ED 17 4F 0 7 11B 54 38
Octal 267 62 355 27 117 0 7 433 124 70
Binary 10110111 110010 11101101 10111 1001111 0 111 100011011 1010100 111000

Color Harmonies of #B732ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732ED

Black with #B732ED

Text Example


Text Example

White with #B732ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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