Html Css Color HEX #B75BFD Medium Orchid

📋 copy color: '#B75BFD'

red 183 ◦ green 91 ◦ blue 253

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

Shades of Medium Orchid #B75BFD

Tints of Medium Orchid #B75BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 34.72%
G = 17.27%
B = 48.01%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B75BFD (or 0xB75BFD) is known color: Medium Orchid. HEX triplet: B7, 5B and FD. RGB value is (183,91,253). Sum of RGB (Red+Green+Blue) = 183+91+253=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #B75BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75BFD is #48A402. Grayscale: #888888. Windows color (decimal): -4760579 or 16604087. OLE color: 16604087.

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

Color convert

RGB 183 91 253 -
CMYK 0.28 0.64 0 0.01
HSL 274.07º 0.98% 0.67% -
HSV(B) 274.07º 0.64% 0.99% -
XYZ 41 24.64 95.52 -
YUV 136.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 183 91 253 0.28 0.64 0 0.01 274.07 0.98 0.67
Hex B7 5B FD 1C 40 0 1 112 62 43
Octal 267 133 375 34 100 0 1 422 142 103
Binary 10110111 1011011 11111101 11100 1000000 0 1 100010010 1100010 1000011

Color Harmonies of #B75BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75BFD

Black with #B75BFD

Text Example


Text Example

White with #B75BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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