Html Css Color HEX #BF4BCC Medium Orchid

📋 copy color: '#BF4BCC'

red 191 ◦ green 75 ◦ blue 204

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

Shades of Medium Orchid #BF4BCC

Tints of Medium Orchid #BF4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.96%

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

R = 40.64%
G = 15.96%
B = 43.4%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF4BCC (or 0xBF4BCC) is known color: Medium Orchid. HEX triplet: BF, 4B and CC. RGB value is (191,75,204). Sum of RGB (Red+Green+Blue) = 191+75+204=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BCC is #40B433. Grayscale: #7B7B7B. Windows color (decimal): -4240436 or 13388735. OLE color: 13388735.

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

Color convert

RGB 191 75 204 -
CMYK 0.06 0.63 0 0.2
HSL 293.95º 0.56% 0.55% -
HSV(B) 293.95º 0.63% 0.8% -
XYZ 34.9 20.47 59.24 -
YUV 124.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 191 75 204 0.06 0.63 0 0.2 293.95 0.56 0.55
Hex BF 4B CC 6 3F 0 14 126 38 37
Octal 277 113 314 6 77 0 24 446 70 67
Binary 10111111 1001011 11001100 110 111111 0 10100 100100110 111000 110111

Color Harmonies of #BF4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BCC

Black with #BF4BCC

Text Example


Text Example

White with #BF4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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