Html Css Color HEX #BF65E6 Medium Orchid

📋 copy color: '#BF65E6'

red 191 ◦ green 101 ◦ blue 230

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

Shades of Medium Orchid #BF65E6

Tints of Medium Orchid #BF65E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.06%

R = 36.59%
G = 19.35%
B = 44.06%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF65E6 (or 0xBF65E6) is known color: Medium Orchid. HEX triplet: BF, 65 and E6. RGB value is (191,101,230). Sum of RGB (Red+Green+Blue) = 191+101+230=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF65E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65E6 is #409A19. Grayscale: #8E8E8E. Windows color (decimal): -4233754 or 15099327. OLE color: 15099327.

HSL color Cylindrical-coordinate representation of color #BF65E6: hue angle of 281.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF65E6 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 101 230 -
CMYK 0.17 0.56 0 0.10
HSL 281.86º 0.72% 0.65% -
HSV(B) 281.86º 0.56% 0.9% -
XYZ 40.42 26.1 77.77 -
YUV 142.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 191 101 230 0.17 0.56 0 0.10 281.86 0.72 0.65
Hex BF 65 E6 11 38 0 A 11A 48 41
Octal 277 145 346 21 70 0 12 432 110 101
Binary 10111111 1100101 11100110 10001 111000 0 1010 100011010 1001000 1000001

Color Harmonies of #BF65E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65E6

Black with #BF65E6

Text Example


Text Example

White with #BF65E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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