Html Css Color HEX #BD75DE Medium Orchid

📋 copy color: '#BD75DE'

red 189 ◦ green 117 ◦ blue 222

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

Shades of Medium Orchid #BD75DE

Tints of Medium Orchid #BD75DE

RGB

 RED value IS 189 (74.22% from 255) = 35.8%

 GREEN value IS 117 (46.09% from 255) = 22.16%

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 35.8%
G = 22.16%
B = 42.05%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD75DE (or 0xBD75DE) is known color: Medium Orchid. HEX triplet: BD, 75 and DE. RGB value is (189,117,222). Sum of RGB (Red+Green+Blue) = 189+117+222=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD75DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75DE is #428A21. Grayscale: #969696. Windows color (decimal): -4360738 or 14579133. OLE color: 14579133.

HSL color Cylindrical-coordinate representation of color #BD75DE: hue angle of 281.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD75DE is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 117 222 -
CMYK 0.15 0.47 0 0.13
HSL 281.14º 0.61% 0.66% -
HSV(B) 281.14º 0.47% 0.87% -
XYZ 40.53 28.82 72.53 -
YUV 150.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 189 117 222 0.15 0.47 0 0.13 281.14 0.61 0.66
Hex BD 75 DE F 2F 0 D 119 3D 42
Octal 275 165 336 17 57 0 15 431 75 102
Binary 10111101 1110101 11011110 1111 101111 0 1101 100011001 111101 1000010

Color Harmonies of #BD75DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75DE

Black with #BD75DE

Text Example


Text Example

White with #BD75DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75DE; }

 p { color: rgb(189,117,222); }

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

background-color css

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

 a { background-color: rgb(189,117,222); }

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

border-color css

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

 span { border-color: rgb(189,117,222); }

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