Html Css Color HEX #BF61CB Medium Orchid

📋 copy color: '#BF61CB'

red 191 ◦ green 97 ◦ blue 203

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

Shades of Medium Orchid #BF61CB

Tints of Medium Orchid #BF61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.76%

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 38.9%
G = 19.76%
B = 41.34%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF61CB (or 0xBF61CB) is known color: Medium Orchid. HEX triplet: BF, 61 and CB. RGB value is (191,97,203). Sum of RGB (Red+Green+Blue) = 191+97+203=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61CB is #409E34. Grayscale: #888888. Windows color (decimal): -4234805 or 13328831. OLE color: 13328831.

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

Color convert

RGB 191 97 203 -
CMYK 0.06 0.52 0 0.20
HSL 293.21º 0.5% 0.59% -
HSV(B) 293.21º 0.52% 0.8% -
XYZ 36.54 23.94 59.19 -
YUV 137.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 191 97 203 0.06 0.52 0 0.20 293.21 0.5 0.59
Hex BF 61 CB 6 34 0 14 125 32 3B
Octal 277 141 313 6 64 0 24 445 62 73
Binary 10111111 1100001 11001011 110 110100 0 10100 100100101 110010 111011

Color Harmonies of #BF61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF61CB

Black with #BF61CB

Text Example


Text Example

White with #BF61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF61CB; }

 p { color: rgb(191,97,203); }

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

background-color css

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

 a { background-color: rgb(191,97,203); }

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

border-color css

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

 span { border-color: rgb(191,97,203); }

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