Html Css Color HEX #BD63CC Medium Orchid

📋 copy color: '#BD63CC'

red 189 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #BD63CC

Tints of Medium Orchid #BD63CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.12%

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

R = 38.41%
G = 20.12%
B = 41.46%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD63CC (or 0xBD63CC) is known color: Medium Orchid. HEX triplet: BD, 63 and CC. RGB value is (189,99,204). Sum of RGB (Red+Green+Blue) = 189+99+204=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63CC is #429C33. Grayscale: #898989. Windows color (decimal): -4365364 or 13394877. OLE color: 13394877.

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

Color convert

RGB 189 99 204 -
CMYK 0.07 0.51 0 0.2
HSL 291.43º 0.51% 0.59% -
HSV(B) 291.43º 0.51% 0.8% -
XYZ 36.35 24.1 59.86 -
YUV 137.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 189 99 204 0.07 0.51 0 0.2 291.43 0.51 0.59
Hex BD 63 CC 7 33 0 14 123 33 3B
Octal 275 143 314 7 63 0 24 443 63 73
Binary 10111101 1100011 11001100 111 110011 0 10100 100100011 110011 111011

Color Harmonies of #BD63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63CC

Black with #BD63CC

Text Example


Text Example

White with #BD63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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