Html Css Color HEX #B75BFE Medium Orchid

📋 copy color: '#B75BFE'

red 183 ◦ green 91 ◦ blue 254

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

Shades of Medium Orchid #B75BFE

Tints of Medium Orchid #B75BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 34.66%
G = 17.23%
B = 48.11%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B75BFE (or 0xB75BFE) is known color: Medium Orchid. HEX triplet: B7, 5B and FE. RGB value is (183,91,254). Sum of RGB (Red+Green+Blue) = 183+91+254=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #B75BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75BFE is #48A401. Grayscale: #888888. Windows color (decimal): -4760578 or 16669623. OLE color: 16669623.

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

Color convert

RGB 183 91 254 -
CMYK 0.28 0.64 0 0.00
HSL 273.87º 0.99% 0.68% -
HSV(B) 273.87º 0.64% 1% -
XYZ 41.16 24.71 96.37 -
YUV 137.09 193.98 160.75 -
System Red Green Blue C M Y K H S L
Decimal 183 91 254 0.28 0.64 0 0.00 273.87 0.99 0.68
Hex B7 5B FE 1C 40 0 0 112 63 44
Octal 267 133 376 34 100 0 0 422 143 104
Binary 10110111 1011011 11111110 11100 1000000 0 0 100010010 1100011 1000100

Color Harmonies of #B75BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75BFE

Black with #B75BFE

Text Example


Text Example

White with #B75BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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