Html Css Color HEX #B750FF Medium Orchid

📋 copy color: '#B750FF'

red 183 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #B750FF

Tints of Medium Orchid #B750FF

RGB

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

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

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

R = 35.33%
G = 15.44%
B = 49.23%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B750FF (or 0xB750FF) is known color: Medium Orchid. HEX triplet: B7, 50 and FF. RGB value is (183,80,255). Sum of RGB (Red+Green+Blue) = 183+80+255=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #B750FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B750FF is #48AF00. Grayscale: #828282. Windows color (decimal): -4763393 or 16732343. OLE color: 16732343.

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

Color convert

RGB 183 80 255 -
CMYK 0.28 0.69 0 0
HSL 275.31º 1% 0.66% -
HSV(B) 275.31º 0.69% 1% -
XYZ 40.45 23.02 96.92 -
YUV 130.75 198.12 165.27 -
System Red Green Blue C M Y K H S L
Decimal 183 80 255 0.28 0.69 0 0 275.31 1 0.66
Hex B7 50 FF 1C 45 0 0 113 64 42
Octal 267 120 377 34 105 0 0 423 144 102
Binary 10110111 1010000 11111111 11100 1000101 0 0 100010011 1100100 1000010

Color Harmonies of #B750FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750FF

Black with #B750FF

Text Example


Text Example

White with #B750FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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