Html Css Color HEX #BF48CC Medium Orchid

📋 copy color: '#BF48CC'

red 191 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #BF48CC

Tints of Medium Orchid #BF48CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.42%

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

R = 40.9%
G = 15.42%
B = 43.68%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF48CC (or 0xBF48CC) is known color: Medium Orchid. HEX triplet: BF, 48 and CC. RGB value is (191,72,204). Sum of RGB (Red+Green+Blue) = 191+72+204=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF48CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48CC is #40B733. Grayscale: #7A7A7A. Windows color (decimal): -4241204 or 13387967. OLE color: 13387967.

HSL color Cylindrical-coordinate representation of color #BF48CC: hue angle of 294.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF48CC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 72 204 -
CMYK 0.06 0.65 0 0.2
HSL 294.09º 0.56% 0.54% -
HSV(B) 294.09º 0.65% 0.8% -
XYZ 34.7 20.07 59.17 -
YUV 122.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 191 72 204 0.06 0.65 0 0.2 294.09 0.56 0.54
Hex BF 48 CC 6 41 0 14 126 38 36
Octal 277 110 314 6 101 0 24 446 70 66
Binary 10111111 1001000 11001100 110 1000001 0 10100 100100110 111000 110110

Color Harmonies of #BF48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF48CC

Black with #BF48CC

Text Example


Text Example

White with #BF48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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