Html Css Color HEX #B750DF Medium Orchid

📋 copy color: '#B750DF'

red 183 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #B750DF

Tints of Medium Orchid #B750DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.46%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 37.65%
G = 16.46%
B = 45.88%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B750DF (or 0xB750DF) is known color: Medium Orchid. HEX triplet: B7, 50 and DF. RGB value is (183,80,223). Sum of RGB (Red+Green+Blue) = 183+80+223=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #B750DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750DF is #48AF20. Grayscale: #7E7E7E. Windows color (decimal): -4763425 or 14635191. OLE color: 14635191.

HSL color Cylindrical-coordinate representation of color #B750DF: hue angle of 283.22º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B750DF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 80 223 -
CMYK 0.18 0.64 0 0.13
HSL 283.22º 0.69% 0.59% -
HSV(B) 283.22º 0.64% 0.87% -
XYZ 35.72 21.13 72.01 -
YUV 127.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 183 80 223 0.18 0.64 0 0.13 283.22 0.69 0.59
Hex B7 50 DF 12 40 0 D 11B 45 3B
Octal 267 120 337 22 100 0 15 433 105 73
Binary 10110111 1010000 11011111 10010 1000000 0 1101 100011011 1000101 111011

Color Harmonies of #B750DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750DF

Black with #B750DF

Text Example


Text Example

White with #B750DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750DF; }

 p { color: rgb(183,80,223); }

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

background-color css

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

 a { background-color: rgb(183,80,223); }

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

border-color css

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

 span { border-color: rgb(183,80,223); }

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