Html Css Color HEX #BF43CC Medium Orchid

📋 copy color: '#BF43CC'

red 191 ◦ green 67 ◦ blue 204

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

Shades of Medium Orchid #BF43CC

Tints of Medium Orchid #BF43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.5%

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

R = 41.34%
G = 14.5%
B = 44.16%

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

#BF43CC (or 0xBF43CC) is known color: Medium Orchid. HEX triplet: BF, 43 and CC. RGB value is (191,67,204). Sum of RGB (Red+Green+Blue) = 191+67+204=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF43CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43CC is #40BC33. Grayscale: #777777. Windows color (decimal): -4242484 or 13386687. OLE color: 13386687.

HSL color Cylindrical-coordinate representation of color #BF43CC: hue angle of 294.31º 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 #BF43CC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 67 204 -
CMYK 0.06 0.67 0 0.2
HSL 294.31º 0.57% 0.53% -
HSV(B) 294.31º 0.67% 0.8% -
XYZ 34.39 19.45 59.07 -
YUV 119.69 175.58 178.86 -
System Red Green Blue C M Y K H S L
Decimal 191 67 204 0.06 0.67 0 0.2 294.31 0.57 0.53
Hex BF 43 CC 6 43 0 14 126 39 35
Octal 277 103 314 6 103 0 24 446 71 65
Binary 10111111 1000011 11001100 110 1000011 0 10100 100100110 111001 110101

Color Harmonies of #BF43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43CC

Black with #BF43CC

Text Example


Text Example

White with #BF43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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