Html Css Color HEX #BC30CF Medium Orchid

📋 copy color: '#BC30CF'

red 188 ◦ green 48 ◦ blue 207

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

Shades of Medium Orchid #BC30CF

Tints of Medium Orchid #BC30CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.84%

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

R = 42.44%
G = 10.84%
B = 46.73%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC30CF (or 0xBC30CF) is known color: Medium Orchid. HEX triplet: BC, 30 and CF. RGB value is (188,48,207). Sum of RGB (Red+Green+Blue) = 188+48+207=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC30CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30CF is #43CF30. Grayscale: #6B6B6B. Windows color (decimal): -4443953 or 13578428. OLE color: 13578428.

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

Color convert

RGB 188 48 207 -
CMYK 0.09 0.77 0 0.19
HSL 292.83º 0.62% 0.5% -
HSV(B) 292.83º 0.77% 0.81% -
XYZ 33.06 17.31 60.63 -
YUV 107.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 188 48 207 0.09 0.77 0 0.19 292.83 0.62 0.5
Hex BC 30 CF 9 4D 0 13 125 3E 32
Octal 274 60 317 11 115 0 23 445 76 62
Binary 10111100 110000 11001111 1001 1001101 0 10011 100100101 111110 110010

Color Harmonies of #BC30CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30CF

Black with #BC30CF

Text Example


Text Example

White with #BC30CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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