Html Css Color HEX #B75DDB Medium Orchid

📋 copy color: '#B75DDB'

red 183 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #B75DDB

Tints of Medium Orchid #B75DDB

RGB

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

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

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

R = 36.97%
G = 18.79%
B = 44.24%

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

#B75DDB (or 0xB75DDB) is known color: Medium Orchid. HEX triplet: B7, 5D and DB. RGB value is (183,93,219). Sum of RGB (Red+Green+Blue) = 183+93+219=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #B75DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DDB is #48A224. Grayscale: #858585. Windows color (decimal): -4760101 or 14376375. OLE color: 14376375.

HSL color Cylindrical-coordinate representation of color #B75DDB: hue angle of 282.86º 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 #B75DDB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 93 219 -
CMYK 0.16 0.58 0 0.14
HSL 282.86º 0.64% 0.61% -
HSV(B) 282.86º 0.58% 0.86% -
XYZ 36.23 23.01 69.55 -
YUV 134.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 183 93 219 0.16 0.58 0 0.14 282.86 0.64 0.61
Hex B7 5D DB 10 3A 0 E 11B 40 3D
Octal 267 135 333 20 72 0 16 433 100 75
Binary 10110111 1011101 11011011 10000 111010 0 1110 100011011 1000000 111101

Color Harmonies of #B75DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75DDB

Black with #B75DDB

Text Example


Text Example

White with #B75DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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