Html Css Color HEX #B75BFF Medium Orchid

📋 copy color: '#B75BFF'

red 183 ◦ green 91 ◦ blue 255

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

Shades of Medium Orchid #B75BFF

Tints of Medium Orchid #B75BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.2%

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

R = 34.59%
G = 17.2%
B = 48.2%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B75BFF (or 0xB75BFF) is known color: Medium Orchid. HEX triplet: B7, 5B and FF. RGB value is (183,91,255). Sum of RGB (Red+Green+Blue) = 183+91+255=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #B75BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75BFF is #48A400. Grayscale: #888888. Windows color (decimal): -4760577 or 16735159. OLE color: 16735159.

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

Color convert

RGB 183 91 255 -
CMYK 0.28 0.64 0 0
HSL 273.66º 1% 0.68% -
HSV(B) 273.66º 0.64% 1% -
XYZ 41.32 24.77 97.21 -
YUV 137.2 194.48 160.66 -
System Red Green Blue C M Y K H S L
Decimal 183 91 255 0.28 0.64 0 0 273.66 1 0.68
Hex B7 5B FF 1C 40 0 0 112 64 44
Octal 267 133 377 34 100 0 0 422 144 104
Binary 10110111 1011011 11111111 11100 1000000 0 0 100010010 1100100 1000100

Color Harmonies of #B75BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75BFF

Black with #B75BFF

Text Example


Text Example

White with #B75BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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