Html Css Color HEX #BF63CC Medium Orchid

📋 copy color: '#BF63CC'

red 191 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #BF63CC

Tints of Medium Orchid #BF63CC

RGB

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

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

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

R = 38.66%
G = 20.04%
B = 41.3%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF63CC (or 0xBF63CC) is known color: Medium Orchid. HEX triplet: BF, 63 and CC. RGB value is (191,99,204). Sum of RGB (Red+Green+Blue) = 191+99+204=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63CC is #409C33. Grayscale: #8A8A8A. Windows color (decimal): -4234292 or 13394879. OLE color: 13394879.

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

Color convert

RGB 191 99 204 -
CMYK 0.06 0.51 0 0.2
HSL 292.57º 0.51% 0.59% -
HSV(B) 292.57º 0.51% 0.8% -
XYZ 36.85 24.36 59.89 -
YUV 138.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 191 99 204 0.06 0.51 0 0.2 292.57 0.51 0.59
Hex BF 63 CC 6 33 0 14 125 33 3B
Octal 277 143 314 6 63 0 24 445 63 73
Binary 10111111 1100011 11001100 110 110011 0 10100 100100101 110011 111011

Color Harmonies of #BF63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63CC

Black with #BF63CC

Text Example


Text Example

White with #BF63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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