Html Css Color HEX #B75EFC Medium Orchid

📋 copy color: '#B75EFC'

red 183 ◦ green 94 ◦ blue 252

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

Shades of Medium Orchid #B75EFC

Tints of Medium Orchid #B75EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.77%

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

R = 34.59%
G = 17.77%
B = 47.64%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B75EFC (or 0xB75EFC) is known color: Medium Orchid. HEX triplet: B7, 5E and FC. RGB value is (183,94,252). Sum of RGB (Red+Green+Blue) = 183+94+252=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #B75EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75EFC is #48A103. Grayscale: #8A8A8A. Windows color (decimal): -4759812 or 16539319. OLE color: 16539319.

HSL color Cylindrical-coordinate representation of color #B75EFC: hue angle of 273.8º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B75EFC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 94 252 -
CMYK 0.27 0.63 0 0.01
HSL 273.8º 0.96% 0.68% -
HSV(B) 273.8º 0.63% 0.99% -
XYZ 41.1 25.1 94.77 -
YUV 138.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 183 94 252 0.27 0.63 0 0.01 273.8 0.96 0.68
Hex B7 5E FC 1B 3F 0 1 112 60 44
Octal 267 136 374 33 77 0 1 422 140 104
Binary 10110111 1011110 11111100 11011 111111 0 1 100010010 1100000 1000100

Color Harmonies of #B75EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75EFC

Black with #B75EFC

Text Example


Text Example

White with #B75EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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