Html Css Color HEX #B75DCF Medium Orchid

📋 copy color: '#B75DCF'

red 183 ◦ green 93 ◦ blue 207

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

Shades of Medium Orchid #B75DCF

Tints of Medium Orchid #B75DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.25%

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

R = 37.89%
G = 19.25%
B = 42.86%

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

#B75DCF (or 0xB75DCF) is known color: Medium Orchid. HEX triplet: B7, 5D and CF. RGB value is (183,93,207). Sum of RGB (Red+Green+Blue) = 183+93+207=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B75DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DCF is #48A230. Grayscale: #848484. Windows color (decimal): -4760113 or 13589943. OLE color: 13589943.

HSL color Cylindrical-coordinate representation of color #B75DCF: hue angle of 287.37º 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 #B75DCF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 93 207 -
CMYK 0.12 0.55 0 0.19
HSL 287.37º 0.54% 0.59% -
HSV(B) 287.37º 0.55% 0.81% -
XYZ 34.71 22.4 61.53 -
YUV 132.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 183 93 207 0.12 0.55 0 0.19 287.37 0.54 0.59
Hex B7 5D CF C 37 0 13 11F 36 3B
Octal 267 135 317 14 67 0 23 437 66 73
Binary 10110111 1011101 11001111 1100 110111 0 10011 100011111 110110 111011

Color Harmonies of #B75DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75DCF

Black with #B75DCF

Text Example


Text Example

White with #B75DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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