Html Css Color HEX #BF65CC Medium Orchid

📋 copy color: '#BF65CC'

red 191 ◦ green 101 ◦ blue 204

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

Shades of Medium Orchid #BF65CC

Tints of Medium Orchid #BF65CC

RGB

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

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

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

R = 38.51%
G = 20.36%
B = 41.13%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF65CC (or 0xBF65CC) is known color: Medium Orchid. HEX triplet: BF, 65 and CC. RGB value is (191,101,204). Sum of RGB (Red+Green+Blue) = 191+101+204=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65CC is #409A33. Grayscale: #8B8B8B. Windows color (decimal): -4233780 or 13395391. OLE color: 13395391.

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

Color convert

RGB 191 101 204 -
CMYK 0.06 0.50 0 0.2
HSL 292.43º 0.5% 0.6% -
HSV(B) 292.43º 0.5% 0.8% -
XYZ 37.04 24.74 59.95 -
YUV 139.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 191 101 204 0.06 0.50 0 0.2 292.43 0.5 0.6
Hex BF 65 CC 6 32 0 14 124 32 3C
Octal 277 145 314 6 62 0 24 444 62 74
Binary 10111111 1100101 11001100 110 110010 0 10100 100100100 110010 111100

Color Harmonies of #BF65CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65CC

Black with #BF65CC

Text Example


Text Example

White with #BF65CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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