Html Css Color HEX #BC33CF Medium Orchid

📋 copy color: '#BC33CF'

red 188 ◦ green 51 ◦ blue 207

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

Shades of Medium Orchid #BC33CF

Tints of Medium Orchid #BC33CF

RGB

 RED value IS 188 (73.83% from 255) = 42.15%

 GREEN value IS 51 (20.31% from 255) = 11.43%

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 42.15%
G = 11.43%
B = 46.41%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC33CF (or 0xBC33CF) is known color: Medium Orchid. HEX triplet: BC, 33 and CF. RGB value is (188,51,207). Sum of RGB (Red+Green+Blue) = 188+51+207=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC33CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33CF is #43CC30. Grayscale: #6D6D6D. Windows color (decimal): -4443185 or 13579196. OLE color: 13579196.

HSL color Cylindrical-coordinate representation of color #BC33CF: hue angle of 292.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC33CF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 51 207 -
CMYK 0.09 0.75 0 0.19
HSL 292.69º 0.62% 0.51% -
HSV(B) 292.69º 0.75% 0.81% -
XYZ 33.19 17.56 60.67 -
YUV 109.75 182.89 183.82 -
System Red Green Blue C M Y K H S L
Decimal 188 51 207 0.09 0.75 0 0.19 292.69 0.62 0.51
Hex BC 33 CF 9 4B 0 13 125 3E 33
Octal 274 63 317 11 113 0 23 445 76 63
Binary 10111100 110011 11001111 1001 1001011 0 10011 100100101 111110 110011

Color Harmonies of #BC33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33CF

Black with #BC33CF

Text Example


Text Example

White with #BC33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33CF; }

 p { color: rgb(188,51,207); }

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

background-color css

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

 a { background-color: rgb(188,51,207); }

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

border-color css

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

 span { border-color: rgb(188,51,207); }

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