Html Css Color HEX #BF62CA Medium Orchid

📋 copy color: '#BF62CA'

red 191 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #BF62CA

Tints of Medium Orchid #BF62CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.96%

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

R = 38.9%
G = 19.96%
B = 41.14%

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

#BF62CA (or 0xBF62CA) is known color: Medium Orchid. HEX triplet: BF, 62 and CA. RGB value is (191,98,202). Sum of RGB (Red+Green+Blue) = 191+98+202=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62CA is #409D35. Grayscale: #898989. Windows color (decimal): -4234550 or 13263551. OLE color: 13263551.

HSL color Cylindrical-coordinate representation of color #BF62CA: hue angle of 293.65º degrees, saturation: 0.5, 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 #BF62CA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 98 202 -
CMYK 0.05 0.51 0 0.21
HSL 293.65º 0.5% 0.59% -
HSV(B) 293.65º 0.51% 0.79% -
XYZ 36.51 24.08 58.6 -
YUV 137.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 191 98 202 0.05 0.51 0 0.21 293.65 0.5 0.59
Hex BF 62 CA 5 33 0 15 126 32 3B
Octal 277 142 312 5 63 0 25 446 62 73
Binary 10111111 1100010 11001010 101 110011 0 10101 100100110 110010 111011

Color Harmonies of #BF62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62CA

Black with #BF62CA

Text Example


Text Example

White with #BF62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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