Html Css Color HEX #BC65CA Medium Orchid

📋 copy color: '#BC65CA'

red 188 ◦ green 101 ◦ blue 202

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

Shades of Medium Orchid #BC65CA

Tints of Medium Orchid #BC65CA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.57%

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 38.29%
G = 20.57%
B = 41.14%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC65CA (or 0xBC65CA) is known color: Medium Orchid. HEX triplet: BC, 65 and CA. RGB value is (188,101,202). Sum of RGB (Red+Green+Blue) = 188+101+202=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65CA is #439A35. Grayscale: #8A8A8A. Windows color (decimal): -4430390 or 13264316. OLE color: 13264316.

HSL color Cylindrical-coordinate representation of color #BC65CA: hue angle of 291.68º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC65CA is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 101 202 -
CMYK 0.07 0.50 0 0.21
HSL 291.68º 0.49% 0.59% -
HSV(B) 291.68º 0.5% 0.79% -
XYZ 36.05 24.26 58.66 -
YUV 138.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 188 101 202 0.07 0.50 0 0.21 291.68 0.49 0.59
Hex BC 65 CA 7 32 0 15 124 31 3B
Octal 274 145 312 7 62 0 25 444 61 73
Binary 10111100 1100101 11001010 111 110010 0 10101 100100100 110001 111011

Color Harmonies of #BC65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65CA

Black with #BC65CA

Text Example


Text Example

White with #BC65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65CA; }

 p { color: rgb(188,101,202); }

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

background-color css

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

 a { background-color: rgb(188,101,202); }

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

border-color css

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

 span { border-color: rgb(188,101,202); }

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