Html Css Color HEX #B75BFC Medium Orchid

📋 copy color: '#B75BFC'

red 183 ◦ green 91 ◦ blue 252

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

Shades of Medium Orchid #B75BFC

Tints of Medium Orchid #B75BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 34.79%
G = 17.3%
B = 47.91%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B75BFC (or 0xB75BFC) is known color: Medium Orchid. HEX triplet: B7, 5B and FC. RGB value is (183,91,252). Sum of RGB (Red+Green+Blue) = 183+91+252=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #B75BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75BFC is #48A403. Grayscale: #888888. Windows color (decimal): -4760580 or 16538551. OLE color: 16538551.

HSL color Cylindrical-coordinate representation of color #B75BFC: hue angle of 274.29º degrees, saturation: 0.96, 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 #B75BFC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 91 252 -
CMYK 0.27 0.64 0 0.01
HSL 274.29º 0.96% 0.67% -
HSV(B) 274.29º 0.64% 0.99% -
XYZ 40.84 24.58 94.69 -
YUV 136.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 183 91 252 0.27 0.64 0 0.01 274.29 0.96 0.67
Hex B7 5B FC 1B 40 0 1 112 60 43
Octal 267 133 374 33 100 0 1 422 140 103
Binary 10110111 1011011 11111100 11011 1000000 0 1 100010010 1100000 1000011

Color Harmonies of #B75BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75BFC

Black with #B75BFC

Text Example


Text Example

White with #B75BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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