Html Css Color HEX #BF44CC Medium Orchid

📋 copy color: '#BF44CC'

red 191 ◦ green 68 ◦ blue 204

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

Shades of Medium Orchid #BF44CC

Tints of Medium Orchid #BF44CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.69%

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

R = 41.25%
G = 14.69%
B = 44.06%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF44CC (or 0xBF44CC) is known color: Medium Orchid. HEX triplet: BF, 44 and CC. RGB value is (191,68,204). Sum of RGB (Red+Green+Blue) = 191+68+204=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF44CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44CC is #40BB33. Grayscale: #777777. Windows color (decimal): -4242228 or 13386943. OLE color: 13386943.

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

Color convert

RGB 191 68 204 -
CMYK 0.06 0.67 0 0.2
HSL 294.26º 0.57% 0.53% -
HSV(B) 294.26º 0.67% 0.8% -
XYZ 34.45 19.57 59.09 -
YUV 120.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 191 68 204 0.06 0.67 0 0.2 294.26 0.57 0.53
Hex BF 44 CC 6 43 0 14 126 39 35
Octal 277 104 314 6 103 0 24 446 71 65
Binary 10111111 1000100 11001100 110 1000011 0 10100 100100110 111001 110101

Color Harmonies of #BF44CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44CC

Black with #BF44CC

Text Example


Text Example

White with #BF44CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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