Html Css Color HEX #B75CF7 Medium Orchid

📋 copy color: '#B75CF7'

red 183 ◦ green 92 ◦ blue 247

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

Shades of Medium Orchid #B75CF7

Tints of Medium Orchid #B75CF7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.62%

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 35.06%
G = 17.62%
B = 47.32%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B75CF7 (or 0xB75CF7) is known color: Medium Orchid. HEX triplet: B7, 5C and F7. RGB value is (183,92,247). Sum of RGB (Red+Green+Blue) = 183+92+247=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #B75CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75CF7 is #48A308. Grayscale: #888888. Windows color (decimal): -4760329 or 16211127. OLE color: 16211127.

HSL color Cylindrical-coordinate representation of color #B75CF7: hue angle of 275.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B75CF7 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 92 247 -
CMYK 0.26 0.63 0 0.03
HSL 275.23º 0.91% 0.66% -
HSV(B) 275.23º 0.63% 0.97% -
XYZ 40.14 24.44 90.6 -
YUV 136.88 190.15 160.9 -
System Red Green Blue C M Y K H S L
Decimal 183 92 247 0.26 0.63 0 0.03 275.23 0.91 0.66
Hex B7 5C F7 1A 3F 0 3 113 5B 42
Octal 267 134 367 32 77 0 3 423 133 102
Binary 10110111 1011100 11110111 11010 111111 0 11 100010011 1011011 1000010

Color Harmonies of #B75CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75CF7

Black with #B75CF7

Text Example


Text Example

White with #B75CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75CF7; }

 p { color: rgb(183,92,247); }

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

background-color css

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

 a { background-color: rgb(183,92,247); }

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

border-color css

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

 span { border-color: rgb(183,92,247); }

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