Html Css Color HEX #BF63CD Medium Orchid

📋 copy color: '#BF63CD'

red 191 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #BF63CD

Tints of Medium Orchid #BF63CD

RGB

 RED value IS 191 (75% from 255) = 38.59%

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 38.59%
G = 20%
B = 41.41%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF63CD (or 0xBF63CD) is known color: Medium Orchid. HEX triplet: BF, 63 and CD. RGB value is (191,99,205). Sum of RGB (Red+Green+Blue) = 191+99+205=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63CD is #409C32. Grayscale: #8A8A8A. Windows color (decimal): -4234291 or 13460415. OLE color: 13460415.

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

Color convert

RGB 191 99 205 -
CMYK 0.07 0.52 0 0.20
HSL 292.08º 0.51% 0.6% -
HSV(B) 292.08º 0.52% 0.8% -
XYZ 36.97 24.41 60.52 -
YUV 138.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 191 99 205 0.07 0.52 0 0.20 292.08 0.51 0.6
Hex BF 63 CD 7 34 0 14 124 33 3C
Octal 277 143 315 7 64 0 24 444 63 74
Binary 10111111 1100011 11001101 111 110100 0 10100 100100100 110011 111100

Color Harmonies of #BF63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63CD

Black with #BF63CD

Text Example


Text Example

White with #BF63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63CD; }

 p { color: rgb(191,99,205); }

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

background-color css

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

 a { background-color: rgb(191,99,205); }

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

border-color css

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

 span { border-color: rgb(191,99,205); }

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