Html Css Color HEX #B75ECF Medium Orchid

📋 copy color: '#B75ECF'

red 183 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #B75ECF

Tints of Medium Orchid #B75ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 37.81%
G = 19.42%
B = 42.77%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B75ECF (or 0xB75ECF) is known color: Medium Orchid. HEX triplet: B7, 5E and CF. RGB value is (183,94,207). Sum of RGB (Red+Green+Blue) = 183+94+207=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #B75ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ECF is #48A130. Grayscale: #858585. Windows color (decimal): -4759857 or 13590199. OLE color: 13590199.

HSL color Cylindrical-coordinate representation of color #B75ECF: hue angle of 287.26º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75ECF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 94 207 -
CMYK 0.12 0.55 0 0.19
HSL 287.26º 0.54% 0.59% -
HSV(B) 287.26º 0.55% 0.81% -
XYZ 34.79 22.58 61.56 -
YUV 133.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 183 94 207 0.12 0.55 0 0.19 287.26 0.54 0.59
Hex B7 5E CF C 37 0 13 11F 36 3B
Octal 267 136 317 14 67 0 23 437 66 73
Binary 10110111 1011110 11001111 1100 110111 0 10011 100011111 110110 111011

Color Harmonies of #B75ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75ECF

Black with #B75ECF

Text Example


Text Example

White with #B75ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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