Html Css Color HEX #BD74CC Medium Orchid

📋 copy color: '#BD74CC'

red 189 ◦ green 116 ◦ blue 204

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

Shades of Medium Orchid #BD74CC

Tints of Medium Orchid #BD74CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.79%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 37.13%
G = 22.79%
B = 40.08%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD74CC (or 0xBD74CC) is known color: Medium Orchid. HEX triplet: BD, 74 and CC. RGB value is (189,116,204). Sum of RGB (Red+Green+Blue) = 189+116+204=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74CC is #428B33. Grayscale: #939393. Windows color (decimal): -4361012 or 13399229. OLE color: 13399229.

HSL color Cylindrical-coordinate representation of color #BD74CC: hue angle of 289.77º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD74CC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 116 204 -
CMYK 0.07 0.43 0 0.2
HSL 289.77º 0.46% 0.63% -
HSV(B) 289.77º 0.43% 0.8% -
XYZ 38.13 27.67 60.46 -
YUV 147.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 189 116 204 0.07 0.43 0 0.2 289.77 0.46 0.63
Hex BD 74 CC 7 2B 0 14 122 2E 3F
Octal 275 164 314 7 53 0 24 442 56 77
Binary 10111101 1110100 11001100 111 101011 0 10100 100100010 101110 111111

Color Harmonies of #BD74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74CC

Black with #BD74CC

Text Example


Text Example

White with #BD74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74CC; }

 p { color: rgb(189,116,204); }

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

background-color css

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

 a { background-color: rgb(189,116,204); }

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

border-color css

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

 span { border-color: rgb(189,116,204); }

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