Html Css Color HEX #B75BDB Medium Orchid

📋 copy color: '#B75BDB'

red 183 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #B75BDB

Tints of Medium Orchid #B75BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 37.12%
G = 18.46%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B75BDB (or 0xB75BDB) is known color: Medium Orchid. HEX triplet: B7, 5B and DB. RGB value is (183,91,219). Sum of RGB (Red+Green+Blue) = 183+91+219=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #B75BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75BDB is #48A424. Grayscale: #848484. Windows color (decimal): -4760613 or 14375863. OLE color: 14375863.

HSL color Cylindrical-coordinate representation of color #B75BDB: hue angle of 283.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75BDB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 91 219 -
CMYK 0.16 0.58 0 0.14
HSL 283.13º 0.64% 0.61% -
HSV(B) 283.13º 0.58% 0.86% -
XYZ 36.06 22.66 69.49 -
YUV 133.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 183 91 219 0.16 0.58 0 0.14 283.13 0.64 0.61
Hex B7 5B DB 10 3A 0 E 11B 40 3D
Octal 267 133 333 20 72 0 16 433 100 75
Binary 10110111 1011011 11011011 10000 111010 0 1110 100011011 1000000 111101

Color Harmonies of #B75BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75BDB

Black with #B75BDB

Text Example


Text Example

White with #B75BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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