Html Css Color HEX #BF63CA Medium Orchid

📋 copy color: '#BF63CA'

red 191 ◦ green 99 ◦ blue 202

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

Shades of Medium Orchid #BF63CA

Tints of Medium Orchid #BF63CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.06%

R = 38.82%
G = 20.12%
B = 41.06%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF63CA (or 0xBF63CA) is known color: Medium Orchid. HEX triplet: BF, 63 and CA. RGB value is (191,99,202). Sum of RGB (Red+Green+Blue) = 191+99+202=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63CA is #409C35. Grayscale: #898989. Windows color (decimal): -4234294 or 13263807. OLE color: 13263807.

HSL color Cylindrical-coordinate representation of color #BF63CA: hue angle of 293.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF63CA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 99 202 -
CMYK 0.05 0.51 0 0.21
HSL 293.59º 0.49% 0.59% -
HSV(B) 293.59º 0.51% 0.79% -
XYZ 36.61 24.26 58.63 -
YUV 138.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 191 99 202 0.05 0.51 0 0.21 293.59 0.49 0.59
Hex BF 63 CA 5 33 0 15 126 31 3B
Octal 277 143 312 5 63 0 25 446 61 73
Binary 10111111 1100011 11001010 101 110011 0 10101 100100110 110001 111011

Color Harmonies of #BF63CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63CA

Black with #BF63CA

Text Example


Text Example

White with #BF63CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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