Html Css Color HEX #BD75CA Medium Orchid

📋 copy color: '#BD75CA'

red 189 ◦ green 117 ◦ blue 202

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

Shades of Medium Orchid #BD75CA

Tints of Medium Orchid #BD75CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 37.2%
G = 23.03%
B = 39.76%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD75CA (or 0xBD75CA) is known color: Medium Orchid. HEX triplet: BD, 75 and CA. RGB value is (189,117,202). Sum of RGB (Red+Green+Blue) = 189+117+202=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75CA is #428A35. Grayscale: #939393. Windows color (decimal): -4360758 or 13268413. OLE color: 13268413.

HSL color Cylindrical-coordinate representation of color #BD75CA: hue angle of 290.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD75CA is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 117 202 -
CMYK 0.06 0.42 0 0.21
HSL 290.82º 0.45% 0.63% -
HSV(B) 290.82º 0.42% 0.79% -
XYZ 38.01 27.81 59.24 -
YUV 148.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 189 117 202 0.06 0.42 0 0.21 290.82 0.45 0.63
Hex BD 75 CA 6 2A 0 15 123 2D 3F
Octal 275 165 312 6 52 0 25 443 55 77
Binary 10111101 1110101 11001010 110 101010 0 10101 100100011 101101 111111

Color Harmonies of #BD75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75CA

Black with #BD75CA

Text Example


Text Example

White with #BD75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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