Html Css Color HEX #B753FF Medium Orchid

📋 copy color: '#B753FF'

red 183 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #B753FF

Tints of Medium Orchid #B753FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.93%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 35.12%
G = 15.93%
B = 48.94%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B753FF (or 0xB753FF) is known color: Medium Orchid. HEX triplet: B7, 53 and FF. RGB value is (183,83,255). Sum of RGB (Red+Green+Blue) = 183+83+255=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #B753FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B753FF is #48AC00. Grayscale: #838383. Windows color (decimal): -4762625 or 16733111. OLE color: 16733111.

HSL color Cylindrical-coordinate representation of color #B753FF: hue angle of 274.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B753FF is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 83 255 -
CMYK 0.28 0.67 0 0
HSL 274.88º 1% 0.66% -
HSV(B) 274.88º 0.67% 1% -
XYZ 40.67 23.47 97 -
YUV 132.51 197.13 164.01 -
System Red Green Blue C M Y K H S L
Decimal 183 83 255 0.28 0.67 0 0 274.88 1 0.66
Hex B7 53 FF 1C 43 0 0 113 64 42
Octal 267 123 377 34 103 0 0 423 144 102
Binary 10110111 1010011 11111111 11100 1000011 0 0 100010011 1100100 1000010

Color Harmonies of #B753FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B753FF

Black with #B753FF

Text Example


Text Example

White with #B753FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B753FF; }

 p { color: rgb(183,83,255); }

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

background-color css

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

 a { background-color: rgb(183,83,255); }

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

border-color css

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

 span { border-color: rgb(183,83,255); }

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