Html Css Color HEX #BF74CB Medium Orchid

📋 copy color: '#BF74CB'

red 191 ◦ green 116 ◦ blue 203

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

Shades of Medium Orchid #BF74CB

Tints of Medium Orchid #BF74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.75%

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

R = 37.45%
G = 22.75%
B = 39.8%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF74CB (or 0xBF74CB) is known color: Medium Orchid. HEX triplet: BF, 74 and CB. RGB value is (191,116,203). Sum of RGB (Red+Green+Blue) = 191+116+203=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74CB is #408B34. Grayscale: #949494. Windows color (decimal): -4229941 or 13333695. OLE color: 13333695.

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

Color convert

RGB 191 116 203 -
CMYK 0.06 0.43 0 0.20
HSL 291.72º 0.46% 0.63% -
HSV(B) 291.72º 0.43% 0.8% -
XYZ 38.51 27.88 59.85 -
YUV 148.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 191 116 203 0.06 0.43 0 0.20 291.72 0.46 0.63
Hex BF 74 CB 6 2B 0 14 124 2E 3F
Octal 277 164 313 6 53 0 24 444 56 77
Binary 10111111 1110100 11001011 110 101011 0 10100 100100100 101110 111111

Color Harmonies of #BF74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74CB

Black with #BF74CB

Text Example


Text Example

White with #BF74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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