Html Css Color HEX #BD75CC Medium Orchid

📋 copy color: '#BD75CC'

red 189 ◦ green 117 ◦ blue 204

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

Shades of Medium Orchid #BD75CC

Tints of Medium Orchid #BD75CC

RGB

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

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

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

R = 37.06%
G = 22.94%
B = 40%

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

#BD75CC (or 0xBD75CC) is known color: Medium Orchid. HEX triplet: BD, 75 and CC. RGB value is (189,117,204). Sum of RGB (Red+Green+Blue) = 189+117+204=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75CC is #428A33. Grayscale: #949494. Windows color (decimal): -4360756 or 13399485. OLE color: 13399485.

HSL color Cylindrical-coordinate representation of color #BD75CC: hue angle of 289.66º 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 #BD75CC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 117 204 -
CMYK 0.07 0.43 0 0.2
HSL 289.66º 0.46% 0.63% -
HSV(B) 289.66º 0.43% 0.8% -
XYZ 38.25 27.9 60.5 -
YUV 148.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 189 117 204 0.07 0.43 0 0.2 289.66 0.46 0.63
Hex BD 75 CC 7 2B 0 14 122 2E 3F
Octal 275 165 314 7 53 0 24 442 56 77
Binary 10111101 1110101 11001100 111 101011 0 10100 100100010 101110 111111

Color Harmonies of #BD75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75CC

Black with #BD75CC

Text Example


Text Example

White with #BD75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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